diff --git a/src/views/synchronization/directive/canadddirective/CanAddDirective.data.ts b/src/views/synchronization/directive/canadddirective/CanAddDirective.data.ts index ce5435e..fda5e4b 100644 --- a/src/views/synchronization/directive/canadddirective/CanAddDirective.data.ts +++ b/src/views/synchronization/directive/canadddirective/CanAddDirective.data.ts @@ -26,7 +26,7 @@ export const columns: BasicColumn[] = [ dataIndex: 'directiveName' }, { - title: '周期类型 1日常护理 2周期护理 3即时护理', + title: '周期类型', align: "center", dataIndex: 'cycleType' }, @@ -48,7 +48,7 @@ export const superQuerySchema = { category: {title: '服务类别',order: 1,view: 'text', type: 'string',}, type: {title: '服务类型',order: 2,view: 'text', type: 'string',}, directiveName: {title: '服务指令',order: 3,view: 'text', type: 'string',}, - cycleType: {title: '周期类型 1日常护理 2周期护理 3即时护理',order: 4,view: 'text', type: 'string',}, + cycleType: {title: '周期类型',order: 4,view: 'text', type: 'string',}, createTime: {title: '创建日期',order: 5,view: 'datetime', type: 'string',}, orgCode: {title: '所属部门',order: 6,view: 'list', type: 'string',dictTable: "sys_depart", dictCode: 'org_code', dictText: 'depart_name',}, }; diff --git a/src/views/system/depart/index.vue b/src/views/system/depart/index.vue index f14a9b4..32e9c50 100644 --- a/src/views/system/depart/index.vue +++ b/src/views/system/depart/index.vue @@ -16,11 +16,11 @@ - +