diff --git a/.env.production b/.env.production index 4a66108..745c2c9 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VITE_USE_MOCK = false # 发布路径 -VITE_PUBLIC_PATH = /biz101 +VITE_PUBLIC_PATH = /biz103 # 是否启用gzip或brotli压缩 # 选项值: gzip | brotli | none @@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) -VITE_GLOB_API_URL=/nursingunit101 +VITE_GLOB_API_URL=/nursingunit103 #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101 +VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit103 # VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104 # 接口父路径前缀 diff --git a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue index c62ab6e..7af2cb9 100644 --- a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue +++ b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue @@ -45,8 +45,8 @@ -
在线
-
离线
+
在线
+
离线
-
在线
-
离线
+
在线
+
离线
diff --git a/src/views/services/instructiontag/components/InstructionTagForm.vue b/src/views/services/instructiontag/components/InstructionTagForm.vue index 383fc46..f15c73b 100644 --- a/src/views/services/instructiontag/components/InstructionTagForm.vue +++ b/src/views/services/instructiontag/components/InstructionTagForm.vue @@ -69,7 +69,7 @@ const formData = reactive>({ instructionName: '', instructionType: '', sort: 99, - izEnabled: '0', + izEnabled: 'Y', icon:'', }); const { createMessage } = useMessage(); diff --git a/src/views/services/serviceCategory/components/ConfigServiceCategoryForm.vue b/src/views/services/serviceCategory/components/ConfigServiceCategoryForm.vue index 8bc2aba..130d905 100644 --- a/src/views/services/serviceCategory/components/ConfigServiceCategoryForm.vue +++ b/src/views/services/serviceCategory/components/ConfigServiceCategoryForm.vue @@ -9,7 +9,7 @@ @@ -74,7 +74,7 @@ const formData = reactive>({ id: '', categoryName: '', sort: 99, - izEnabled: '0', + izEnabled: 'Y', instructionId: '', netFlag: '0', animationPath: '', diff --git a/src/views/services/serviceTag/components/ConfigServiceDirectiveList.vue b/src/views/services/serviceTag/components/ConfigServiceDirectiveList.vue index 0f74d1f..e3b1970 100644 --- a/src/views/services/serviceTag/components/ConfigServiceDirectiveList.vue +++ b/src/views/services/serviceTag/components/ConfigServiceDirectiveList.vue @@ -9,7 +9,7 @@ @@ -17,7 +17,7 @@ diff --git a/src/views/services/serviceType/components/ConfigServiceTypeForm.vue b/src/views/services/serviceType/components/ConfigServiceTypeForm.vue index 05a9291..577c57a 100644 --- a/src/views/services/serviceType/components/ConfigServiceTypeForm.vue +++ b/src/views/services/serviceType/components/ConfigServiceTypeForm.vue @@ -9,7 +9,7 @@ @@ -83,7 +83,7 @@ const formData = reactive>({ categoryId: '', typeName: '', sort: 99, - izEnabled: '0', + izEnabled: 'Y', netFlag: '0', animationPath: '', colDisabled: false @@ -108,7 +108,7 @@ const categoryDictCode = computed(() => { if (!formData.instructionId) { return 'nu_config_service_category,category_name,id,1=2'; } - return `nu_config_service_category,category_name,id,del_flag = 0 and iz_enabled = 0 and instruction_id = '${formData.instructionId}' order by sort asc`; + return `nu_config_service_category,category_name,id,del_flag = 0 and iz_enabled = 'Y' and instruction_id = '${formData.instructionId}' order by sort asc`; }); // 监听 instructionId 变化,清空 categoryId