|
@@ -232,6 +232,17 @@ export default {
|
|
|
span: 6
|
|
|
},
|
|
|
{
|
|
|
+ label: "职务",
|
|
|
+ prop: "compileCategory",
|
|
|
+ type: "select",
|
|
|
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=compile_category",
|
|
|
+ props: {
|
|
|
+ label: "dictValue",
|
|
|
+ value: "dictValue"
|
|
|
+ },
|
|
|
+ span: 6
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "创建时间",
|
|
|
prop: "createTime",
|
|
|
disabled: true,
|
|
@@ -242,7 +253,7 @@ export default {
|
|
|
prop: "remarks",
|
|
|
type: "textarea",
|
|
|
minRows: 2,
|
|
|
- span: 18
|
|
|
+ span: 12
|
|
|
}
|
|
|
]
|
|
|
},
|