* Modify the user and productplan yaml.
This commit is contained in:
+11
-12
@@ -8,18 +8,16 @@ fields:
|
||||
range: 1-10000
|
||||
- field: product
|
||||
note: "所属产品"
|
||||
from: product.yaml
|
||||
use: id
|
||||
range: 1-120{3}
|
||||
- field: branch
|
||||
note: "所属分支"
|
||||
from: branch.yaml
|
||||
use: id
|
||||
range: 0
|
||||
- field: parent
|
||||
note: "父计划"
|
||||
range: 0
|
||||
- field: title
|
||||
note: "名称"
|
||||
range: 1-9:0.1
|
||||
range: 1-2:0.1
|
||||
- field: desc
|
||||
note: "描述"
|
||||
range: <div>
|
||||
@@ -31,16 +29,17 @@ fields:
|
||||
</div>
|
||||
- field: begin
|
||||
note: "开始日期"
|
||||
range:
|
||||
range: "(-10M)-(-7M):30D"
|
||||
type: timestamp
|
||||
format: "YYYY-MM-DD"
|
||||
- field: end
|
||||
note: "结束日期"
|
||||
range:
|
||||
range: "(-6M)-(-1M):30D"
|
||||
type: timestamp
|
||||
format: "YYYY-MM-DD"
|
||||
- field: order
|
||||
note: "排序"
|
||||
range:
|
||||
value: "$id * 5"
|
||||
- field: deleted
|
||||
note: "是否删除"
|
||||
range:
|
||||
- field: mailto
|
||||
note: "抄送给"
|
||||
range:
|
||||
range: 0
|
||||
|
||||
+6
-6
@@ -12,7 +12,7 @@ fields:
|
||||
format: ""
|
||||
- field: type
|
||||
note: "内外部人员"
|
||||
range: inside{343},outside,inside
|
||||
range: inside{344},outside,inside
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
@@ -25,16 +25,16 @@ fields:
|
||||
note: "用户名"
|
||||
fields:
|
||||
- field: account1
|
||||
range: test{100},dev{200},pm{10},po{10},td{2},pd{2},qd{2},top{5},others{10},a,bb,ccc,qwuiadsd?!2as@#%$aasd~aj1!@#1
|
||||
range: admi,test{100},dev{200},pm{10},po{10},td{2},pd{2},qd{2},top{5},others{10},a,bb,ccc,qwuiadsd?!2as@#%$aasd~aj1!@#1
|
||||
- field: account2
|
||||
range: 1-100,1-200,1-10,1-10,1-2,1-2,1-2,1-5,1-10
|
||||
range: n,1-100,1-200,1-10,1-10,1-2,1-2,1-2,1-5,1-10
|
||||
- field: password
|
||||
note: "密码"
|
||||
range: 123456{342},a,asdfj!@#asdfadsd?!2as@#%$aasd~aj1!@#,123
|
||||
range: 123456{343},a,asdfj!@#asdfadsd?!2as@#%$aasd~aj1!@#,123
|
||||
format: md5
|
||||
- field: role
|
||||
note: "职位"
|
||||
range: qa{100},dev{200},pm{10},po{10},td{2},pd{2},qd{2},top{5},others{14}
|
||||
range: qa{101},dev{200},pm{10},po{10},td{2},pd{2},qd{2},top{5},others{14}
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
@@ -42,7 +42,7 @@ fields:
|
||||
- field: realname
|
||||
note: "真实姓名"
|
||||
from: name.cnreal.v1.yaml
|
||||
use: four
|
||||
use: three
|
||||
- field: nickname
|
||||
note: "昵称"
|
||||
- field: commiter
|
||||
|
||||
Reference in New Issue
Block a user