浏览代码

改地区名称

lighter_217 2 月之前
父节点
当前提交
fcc68a463f

+ 3 - 3
src/views/medical-insurance/allpatient/SetllistReconciliation.vue

@@ -446,12 +446,12 @@ const settleType = ref('21')
 const setlListDetail = ref({})
 const listTitle = computed(() => {
   if (settleType.value === '21') {
-    return '湖南省长沙市住院费用结算单'
+    return '江苏省宿迁市住院费用结算单'
   }
   if (!isEmployeeOutpatient.value) {
-    return '湖南省长沙市(普通、特殊)门诊费用结算单'
+    return '江苏省宿迁市(普通、特殊)门诊费用结算单'
   }
-  return isProvincial.value ? '湖南省省本级门诊统筹费用结算单' : '湖南省长沙市门诊统筹费用结算单'
+  return isProvincial.value ? '江苏省省本级门诊统筹费用结算单' : '江苏省宿迁市门诊统筹费用结算单'
 })
 const setlListInfo = (row) => {
   settleType.value = row.setlType

+ 5 - 5
src/views/medical-insurance/allpatient/SiSettleDetailList.vue

@@ -191,16 +191,16 @@ const setlTypeChange = () => {
 
 const listTitle = computed(() => {
   if (outParam.type === 0) {
-    return "湖南省长沙市城乡居民医疗费用“一站式”结算单";
+    return "江苏省宿迁市城乡居民医疗费用“一站式”结算单";
   } else if (outParam.type === 21) {
-    return "湖南省长沙市住院费用结算单";
+    return "江苏省宿迁市住院费用结算单";
   }
   if (!isEmployeeOutpatient.value) {
-    return "湖南省长沙市(普通、特殊)门诊费用结算单";
+    return "江苏省宿迁市(普通、特殊)门诊费用结算单";
   }
   return isProvincial.value
-    ? "湖南省省本级门诊统筹费用结算单"
-    : "湖南省长沙市门诊统筹费用结算单";
+    ? "江苏省省本级门诊统筹费用结算单"
+    : "江苏省宿迁市门诊统筹费用结算单";
 });
 const nowdate = getDate();
 const setlinfo = ref({