|
@@ -91,23 +91,17 @@ export const option = {
|
|
|
prop: "maintenanceSecond",
|
|
|
index: 12
|
|
|
},
|
|
|
- {
|
|
|
- label: "功能分类",
|
|
|
- prop: "categoryitem",
|
|
|
- type: "select",
|
|
|
- props: {
|
|
|
- label: "dictValue",
|
|
|
- value: "dictValue"
|
|
|
- },
|
|
|
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=functional_classification",
|
|
|
- index:12
|
|
|
- },
|
|
|
- {
|
|
|
- label: "维修时间",
|
|
|
- prop: "updateTime",
|
|
|
- width: 160,
|
|
|
- index: 12
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "功能分类",
|
|
|
+ // prop: "categoryitem",
|
|
|
+ // type: "select",
|
|
|
+ // props: {
|
|
|
+ // label: "dictValue",
|
|
|
+ // value: "dictValue"
|
|
|
+ // },
|
|
|
+ // dicUrl: "/api/blade-system/dict-biz/dictionary?code=functional_classification",
|
|
|
+ // index:12
|
|
|
+ // },
|
|
|
{
|
|
|
label: "合同起",
|
|
|
prop: "signingDateStart",
|
|
@@ -125,6 +119,18 @@ export const option = {
|
|
|
index: 12
|
|
|
},
|
|
|
{
|
|
|
+ label: "更新时间",
|
|
|
+ prop: "updateTime",
|
|
|
+ width: 160,
|
|
|
+ index: 12
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "更新人",
|
|
|
+ prop: "updateUser",
|
|
|
+ width: 160,
|
|
|
+ index: 12
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "备注",
|
|
|
prop: "remarks",
|
|
|
index: 12
|