Merge branch 'autotest_ly' into 'master'

add history data

See merge request easycorp/zentaopms!2750
This commit is contained in:
孙广明
2022-04-06 00:45:05 +00:00
2 changed files with 48 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
title: table zt_history
desc: "操作历史"
author: automated export
version: "1.0"
fields:
- field: id
note: "ID"
range: 1-100
prefix: ""
postfix: ""
loop: 0
format: ""
- field: action
note: "关联日志"
range: 1-100
prefix: ""
postfix: ""
loop: 0
format: ""
- field: field
note: "字段"
range: "resolution,resolvedBuild,resolvedDate,status"
prefix: ""
postfix: ""
loop: 0
format: ""
- field: old
note: "旧值"
range: [1,2,2020-01-01,doing]
prefix: ""
postfix: ""
loop: 0
format: ""
- field: new
note: "新值"
range: [2,3,2020-01-17,done]
prefix: ""
postfix: ""
loop: 0
format: ""
- field: diff
note: "不同"
range: ""
prefix: ""
postfix: ""
loop: 0
format: ""
+1
View File
@@ -11,6 +11,7 @@ $builder->usercontact = array('rows' => 61, 'extends' => array('usercontact'));
$builder->userview = array('rows' => 400, 'extends' => array('userview'));
$builder->dept = array('rows' => 100, 'extends' => array('dept'));
$builder->action = array('rows' => 100, 'extends' => array('action'));
$builder->history = array('rows' => 100, 'extends' => array('history'));
$builder->program = array('rows' => 10, 'extends' => array('project', 'program'));
$builder->project = array('rows' => 90, 'extends' => array('project', 'project'));