diff --git a/src/views/dms/dmsBaseMaintStation/index.vue b/src/views/dms/dmsBaseMaintStation/index.vue index 24cc275..fddb189 100644 --- a/src/views/dms/dmsBaseMaintStation/index.vue +++ b/src/views/dms/dmsBaseMaintStation/index.vue @@ -56,7 +56,7 @@ - + @@ -178,7 +178,7 @@ const columns = ref([ { key: 0, label: `主键标识`, visible: false }, { key: 1, label: `租户编号`, visible: false }, { key: 2, label: `设备类型`, visible: true }, - { key: 3, label: `保养标准ID`, visible: true }, + { key: 3, label: `保养标准编号`, visible: true }, { key: 4, label: `部位编号`, visible: true }, { key: 5, label: `部位名称`, visible: true }, { key: 6, label: `激活标识`, visible: true }, @@ -198,6 +198,7 @@ const initFormData: DmsBaseMaintStationForm = { maintStationName: undefined, activeFlag: '1', remark: undefined, + maintStandardCode: undefined, maintProjectIds: [] } const data = reactive>({ @@ -211,6 +212,7 @@ const data = reactive