diff --git a/src/config/aside.ts b/src/config/aside.ts index 7b6b5b7..132d0f8 100644 --- a/src/config/aside.ts +++ b/src/config/aside.ts @@ -107,7 +107,7 @@ export const asideMap: Recordable = { component: IztaskrromVue, }, iztaskstatus: { - label: '任务状态', + label: '任务审批状态', defaultValue: null, isDefaultFilter: false, key: 'iztaskstatus', diff --git a/src/config/workorder.ts b/src/config/workorder.ts index 1583c0f..c0cb0d7 100644 --- a/src/config/workorder.ts +++ b/src/config/workorder.ts @@ -37,7 +37,7 @@ export const workPackageMap: Recordable = { key: 'upuser', }, status: { - label: '任务状态', + label: '任务审批状态', isDefault: false, key: 'upuser', }, @@ -168,6 +168,6 @@ export const fieldMap = { field13: '病历号', field14: '是否重复', field15: '任务类型', - field16: '任务状态', + field16: '任务审批状态', field17: '项目类别', } diff --git a/src/store/modules/dictonary.ts b/src/store/modules/dictonary.ts index e912b35..9a1aeb0 100644 --- a/src/store/modules/dictonary.ts +++ b/src/store/modules/dictonary.ts @@ -116,7 +116,7 @@ export const useDictionaryStore = defineStore({ // this.fetchIzShowList(); //废弃 this.fetchIzProjectList(); this.fetchIztaskrromList(); - this.fetchIztaskstatusList(); + this.fetchIztaskstatusList(); this.fetchIzvisitproList(); this.fetchIzfirmList(); this.fetchIzproductnameList(); diff --git a/src/views/home/aside/comp/items/Iztaskstatus.vue b/src/views/home/aside/comp/items/Iztaskstatus.vue index 99859df..0244794 100644 --- a/src/views/home/aside/comp/items/Iztaskstatus.vue +++ b/src/views/home/aside/comp/items/Iztaskstatus.vue @@ -57,7 +57,7 @@ const labStyle = { } onBeforeMount(async () => { - const list = await configStore.fetchIztaskstatusList() + const list = await configStore.fetchizstatusListt() options.value = list }) const isLoadValue = ref(false) @@ -71,7 +71,7 @@ function onChange(value: Array) {