update product plan

This commit is contained in:
liyang
2022-03-18 11:07:01 +08:00
parent 6aa79b6007
commit a60760a52a
2 changed files with 3 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ fields:
range: 1-10000
- field: product
note: "所属产品"
range: 1-10{3}
range: 1-10{3},41-60{2}
- field: branch
note: "所属分支"
range: 0
range: 0{30},1-40
- field: parent
note: "父计划"
range: 0

View File

@@ -30,7 +30,7 @@ $builder->bug = array('rows' => 300, 'extends' => array('bug'));
$builder->product = array('rows' => 100, 'extends' => array('product'));
$builder->productline = array('rows' => 20, 'extends' => array('module', 'productline'));
$builder->productplan = array('rows' => 30, 'extends' => array('productplan'));
$builder->productplan = array('rows' => 70, 'extends' => array('productplan'));
$builder->branch = array('rows' => 240, 'extends' => array('branch'));
$builder->projectproduct = array('rows' => 200, 'extends' => array('projectproduct'));
$builder->projectstory = array('rows' => 200, 'extends' => array('projectstory'));