src/views/basicData/mdm/data.ts
@@ -333,6 +333,17 @@ }, }, { component: 'Switch', fieldName: 'syncMes', label: '同步到MES', defaultValue: true, componentProps: { checkedChildren: '是', unCheckedChildren: '否', }, rules: z.boolean().default(true), }, { component: "RadioGroup", fieldName: "status", label: "状态", @@ -597,7 +608,7 @@ { field: "syncedMes", title: "同步状态", width: 90, width: 100, fixed: "right", slots: { default: "syncedMes" }, },