From bcf3cae47b1d6d5bde273d1006719751d615769f Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 03 三月 2025 11:48:35 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/outpatient/index.vue               |    6 +
 src/views/patient/medtechnician/SpecializedService.vue   |    7 +-
 src/views/patient/patient/index.vue                      |    2 
 src/views/patient/medtechnician/PatientChart.vue         |    2 
 src/views/patient/subsequent/index.vue                   |    3 
 src/views/patient/propaganda/QuestionnaireTask.vue       |   10 +++
 src/views/patient/propaganda/index.vue                   |    5 +
 src/views/patient/patient/ExternalPatient.vue            |    2 
 src/layout/components/Sidebar/Logo.vue                   |    2 
 src/views/followvisit/record/detailpage/index.vue        |    9 ++-
 src/views/patient/propaganda/Missionotice.vue            |    2 
 src/store/getters.js                                     |   18 +++---
 src/views/patient/ycquestionnaire/index.vue              |    9 +-
 src/views/followvisit/tasklist/index.vue                 |    2 
 src/views/tool/build/index.vue                           |    2 
 src/views/followvisit/technology/index.vue               |   10 ++-
 src/views/patient/physical/index.vue                     |    8 +-
 src/views/followvisit/SpecificDisease/index.vue          |    4 +
 src/views/patient/patient/indexls.vue                    |    2 
 src/settings.js                                          |    2 
 src/views/patient/questionnaire/index.vue                |    9 +-
 src/views/followvisit/linem/index.vue                    |    2 
 src/views/followvisit/record/index.vue                   |   15 +++--
 src/views/sfstatistics/percentage/index.vue              |    2 
 src/views/patient/medtechnician/Compositeeditdetails.vue |    2 
 src/views/patient/patient/profile/index.vue              |    2 
 src/views/shortmessage/messagebank/index.vue             |    4 
 src/views/patient/propaganda/particty.vue                |   10 +++
 src/views/followvisit/discharge/index.vue                |   11 ++-
 29 files changed, 103 insertions(+), 61 deletions(-)

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index e7de530..74635a7 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -31,7 +31,7 @@
         </h1>
       </router-link>
       <router-link v-else key="expand" class="sidebar-logo-link" to="/">
-        <img v-if="logo" :src="logo" class="sidebar-logo" />
+        <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
         <h1
           class="sidebar-title"
           :style="{
diff --git a/src/settings.js b/src/settings.js
index 6a0b09f..dc97600 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -27,7 +27,7 @@
   /**
    * 鏄惁鏄剧ずlogo
    */
-  sidebarLogo: true,
+  sidebarLogo: false,
 
   /**
    * 鏄惁鏄剧ず鍔ㄦ�佹爣棰�
diff --git a/src/store/getters.js b/src/store/getters.js
index 0c4af54..6988327 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -123,7 +123,7 @@
     },
     {
       value: "2",
-      label: "寰呮墽琛�",
+      label: "寰呴殢璁�",
       raw: {
         cssClass: "",
         listClass: "",
@@ -450,14 +450,14 @@
         listClass: "",
       },
     },
-    // {
-    //   value: "8",
-    //   label: "鏅鸿兘鏈哄櫒浜�",
-    //   raw: {
-    //     cssClass: "",
-    //     listClass: "",
-    //   },
-    // },
+    {
+      value: "7",
+      label: "鏈悗闅忚",
+      raw: {
+        cssClass: "",
+        listClass: "",
+      },
+    },
   ],
   // 璇█
   languagelist: (state) => [
diff --git a/src/views/followvisit/SpecificDisease/index.vue b/src/views/followvisit/SpecificDisease/index.vue
index a9479f0..85c4d59 100644
--- a/src/views/followvisit/SpecificDisease/index.vue
+++ b/src/views/followvisit/SpecificDisease/index.vue
@@ -282,7 +282,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -940,6 +940,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
@@ -1252,6 +1253,7 @@
           getTaskservelist({
             patid: row.patid,
             taskid: row.taskid,
+      deptOrDistrict:2,
           }).then((res) => {
             if (res.code == 200) {
               objson.sendstate = 4;
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 2dfd732..ae20750 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -262,7 +262,7 @@
               </div>
               <div v-if="scope.row.sendstate == 2">
                 <el-tag type="primary" :disable-transitions="false"
-                  >寰呮墽琛�</el-tag
+                  >寰呴殢璁�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 3">
@@ -295,7 +295,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -842,7 +842,7 @@
           value: 0,
         },
         {
-          name: "寰呮墽琛�",
+          name: "寰呴殢璁�",
           value: 0,
         },
         {
@@ -885,7 +885,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -972,6 +972,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
@@ -1347,6 +1348,8 @@
           getTaskservelist({
             patid: row.patid,
             taskid: row.taskid,
+      deptOrDistrict:2,
+
           }).then((res) => {
             if (res.code == 200) {
               objson.sendstate = 4;
diff --git a/src/views/followvisit/linem/index.vue b/src/views/followvisit/linem/index.vue
index ae9ba55..5c11578 100644
--- a/src/views/followvisit/linem/index.vue
+++ b/src/views/followvisit/linem/index.vue
@@ -68,7 +68,7 @@
           prop="nickName"
         />
         <el-table-column
-          label="寰呮墽琛�/鎬绘暟"
+          label="寰呴殢璁�/鎬绘暟"
           align="center"
           key="phonenumber"
           prop="phonenumber"
diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index 11b5ce3..a0937f5 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -273,7 +273,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -795,7 +795,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -882,6 +882,8 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
+
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 1725993..2fc4106 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -47,7 +47,7 @@
             prop="sendstate"
             align="center"
             width="200"
-            label="鏈嶅姟鐘舵��"
+            label="浠诲姟鐘舵��"
           >
             <template slot-scope="scope">
               <div v-if="scope.row.sendstate == 1">
@@ -57,7 +57,7 @@
               </div>
               <div v-if="scope.row.sendstate == 2">
                 <el-tag type="primary" :disable-transitions="false"
-                  >寰呮墽琛�</el-tag
+                  >寰呴殢璁�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 3">
@@ -173,7 +173,7 @@
                 @click="Seedetails(scope.row)"
                 v-hasPermi="['system:user:edit']"
                 ><span class="button-zx"
-                  ><i class="el-icon-s-order"></i>鏌ョ湅鏈嶅姟缁撴灉</span
+                  ><i class="el-icon-s-order"></i>鏌ョ湅</span
                 ></el-button
               >
             </template>
@@ -820,6 +820,7 @@
       getTaskservelist({
         patid: this.patid,
         subId: id,
+      deptOrDistrict:2,
       }).then((res) => {
         if (res.code == 200) {
           this.form = res.rows[0].serviceSubtaskList[0];
@@ -839,6 +840,7 @@
       getTaskservelist({
         patid: this.patid,
         subId: this.id,
+      deptOrDistrict:2,
       }).then((res) => {
         if (res.code == 200) {
           objson = res.rows[0].serviceSubtaskList[0];
@@ -857,6 +859,7 @@
       getTaskservelist({
         patid: this.patid,
         subId: this.id,
+      deptOrDistrict:2,
       }).then((res) => {
         if (res.code == 200) {
           objson = res.rows[0].serviceSubtaskList[0];
diff --git a/src/views/followvisit/record/index.vue b/src/views/followvisit/record/index.vue
index f5dcf56..13c3ef6 100644
--- a/src/views/followvisit/record/index.vue
+++ b/src/views/followvisit/record/index.vue
@@ -262,7 +262,7 @@
               </div>
               <div v-if="scope.row.sendstate == 2">
                 <el-tag type="primary" :disable-transitions="false"
-                  >寰呮墽琛�</el-tag
+                  >寰呴殢璁�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 3">
@@ -295,7 +295,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -484,7 +484,7 @@
           class-name="small-padding fixed-width"
         >
           <template slot-scope="scope">
-            <el-tooltip
+            <!-- <el-tooltip
               class="item"
               effect="dark"
               content="鍐嶆闅忚"
@@ -499,7 +499,7 @@
                   ><i class="el-icon-s-promotion"></i>鍐嶆闅忚</span
                 ></el-button
               >
-            </el-tooltip>
+            </el-tooltip> -->
             <el-tooltip
               v-if="scope.row.sendstate == 1 || scope.row.sendstate == 2"
               class="item"
@@ -823,7 +823,7 @@
           value: 0,
         },
         {
-          name: "寰呮墽琛�",
+          name: "寰呴殢璁�",
           value: 0,
         },
         {
@@ -866,7 +866,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -953,6 +953,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
@@ -1327,6 +1328,8 @@
           getTaskservelist({
             patid: row.patid,
             taskid: row.taskid,
+      deptOrDistrict:2,
+
           }).then((res) => {
             if (res.code == 200) {
               objson.sendstate = 4;
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index dd4977e..98eb295 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -165,7 +165,7 @@
           :show-overflow-tooltip="true"
         />
         <el-table-column
-          label="寰呮墽琛�/鎬讳换鍔�"
+          label="寰呴殢璁�/鎬讳换鍔�"
           align="center"
           key="nickName"
           prop="nickName"
diff --git a/src/views/followvisit/technology/index.vue b/src/views/followvisit/technology/index.vue
index 530f44c..e37bc21 100644
--- a/src/views/followvisit/technology/index.vue
+++ b/src/views/followvisit/technology/index.vue
@@ -262,7 +262,7 @@
               </div>
               <div v-if="scope.row.sendstate == 2">
                 <el-tag type="primary" :disable-transitions="false"
-                  >寰呮墽琛�</el-tag
+                  >寰呴殢璁�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 3">
@@ -295,7 +295,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -823,7 +823,7 @@
           value: 0,
         },
         {
-          name: "寰呮墽琛�",
+          name: "寰呴殢璁�",
           value: 0,
         },
         {
@@ -866,7 +866,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -953,6 +953,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
@@ -1327,6 +1328,7 @@
           getTaskservelist({
             patid: row.patid,
             taskid: row.taskid,
+      deptOrDistrict:2,
           }).then((res) => {
             if (res.code == 200) {
               objson.sendstate = 4;
diff --git a/src/views/patient/medtechnician/Compositeeditdetails.vue b/src/views/patient/medtechnician/Compositeeditdetails.vue
index 73c2c07..adc7a9e 100644
--- a/src/views/patient/medtechnician/Compositeeditdetails.vue
+++ b/src/views/patient/medtechnician/Compositeeditdetails.vue
@@ -358,7 +358,7 @@
             prop="templatename"
           />
           <el-table-column
-            label="寰呮墽琛�/鎬讳换鍔�"
+            label="寰呴殢璁�/鎬讳换鍔�"
             align="center"
             key="nickName"
             prop="nickName"
diff --git a/src/views/patient/medtechnician/PatientChart.vue b/src/views/patient/medtechnician/PatientChart.vue
index 3ac5df9..f274342 100644
--- a/src/views/patient/medtechnician/PatientChart.vue
+++ b/src/views/patient/medtechnician/PatientChart.vue
@@ -158,7 +158,7 @@
           :show-overflow-tooltip="true"
         />
         <el-table-column
-          label="寰呮墽琛�/鎬讳换鍔$粍"
+          label="寰呴殢璁�/鎬讳换鍔$粍"
           align="center"
           key="nickName"
           prop="nickName"
diff --git a/src/views/patient/medtechnician/SpecializedService.vue b/src/views/patient/medtechnician/SpecializedService.vue
index d6ef8d8..2c5bf1d 100644
--- a/src/views/patient/medtechnician/SpecializedService.vue
+++ b/src/views/patient/medtechnician/SpecializedService.vue
@@ -194,7 +194,7 @@
             </div>
             <div v-if="scope.row.sendstate == 2">
               <el-tag type="primary" :disable-transitions="false"
-                >寰呮墽琛�</el-tag
+                >寰呴殢璁�</el-tag
               >
             </div>
             <div v-if="scope.row.sendstate == 3">
@@ -224,7 +224,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -766,7 +766,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -834,6 +834,7 @@
           store.getters.belongWards.map((obj) => obj.districtCode);
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.cardlist[0].value =
diff --git a/src/views/patient/patient/ExternalPatient.vue b/src/views/patient/patient/ExternalPatient.vue
index 91eee25..7a26e0b 100644
--- a/src/views/patient/patient/ExternalPatient.vue
+++ b/src/views/patient/patient/ExternalPatient.vue
@@ -262,7 +262,7 @@
             prop="templatename"
           />
           <el-table-column
-            label="寰呮墽琛�/鎬讳换鍔�"
+            label="寰呴殢璁�/鎬讳换鍔�"
             align="center"
             key="nickName"
             prop="nickName"
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 83d5da4..8419c4d 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -443,7 +443,7 @@
             prop="templatename"
           />
           <el-table-column
-            label="寰呮墽琛�/鎬讳换鍔�"
+            label="寰呴殢璁�/鎬讳换鍔�"
             align="center"
             key="nickName"
             prop="nickName"
diff --git a/src/views/patient/patient/indexls.vue b/src/views/patient/patient/indexls.vue
index 69e8b02..68eb076 100644
--- a/src/views/patient/patient/indexls.vue
+++ b/src/views/patient/patient/indexls.vue
@@ -27,7 +27,7 @@
       showSearch: true,
       // 鎬绘潯鏁�
       total: 0,
-      linkUrl:'https://blog.csdn.net/weixin_46622350/article/details/119245415',
+      linkUrl:'https://www.google.com/blank.html',
       // 鐢ㄦ埛琛ㄦ牸鏁版嵁
       userList: null,
       // 寮瑰嚭灞傛爣棰�
diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index 8b84204..e84c7d1 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -1238,6 +1238,8 @@
     handleClickfw(){
       getTaskservelist({
         patid: this.id,
+      deptOrDistrict:2,
+
       }).then((res) => {
         if (res.code == 200) {
           this.record = res.rows[0].serviceSubtaskList;
diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue
index 10af9ff..5840906 100644
--- a/src/views/patient/physical/index.vue
+++ b/src/views/patient/physical/index.vue
@@ -243,7 +243,7 @@
             </div>
             <div v-if="scope.row.sendstate == 2">
               <el-tag type="primary" :disable-transitions="false"
-                >寰呮墽琛�</el-tag
+                >寰呴殢璁�</el-tag
               >
             </div>
             <div v-if="scope.row.sendstate == 3">
@@ -273,7 +273,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -795,7 +795,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -882,6 +882,8 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
+
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
diff --git a/src/views/patient/propaganda/Missionotice.vue b/src/views/patient/propaganda/Missionotice.vue
index 60a681c..2ed53ac 100644
--- a/src/views/patient/propaganda/Missionotice.vue
+++ b/src/views/patient/propaganda/Missionotice.vue
@@ -452,6 +452,8 @@
     /** 鏌ヨ闂ㄨ瘖閫氱煡鍒楄〃 */
     getList() {
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
+
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows;
         this.total = response.total;
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index 690cabe..434e013 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1081,6 +1081,10 @@
           value: "6",
           label: "闄㈠鎮h��",
         },
+        {
+          value: "5",
+          label: "鎵嬫湳鐥呬汉",
+        },
       ],
       source: [
         {
@@ -1274,7 +1278,7 @@
           //   label: "鏅鸿兘鏈哄櫒浜�",
           // },
         ];
-      } else if (this.form.serviceType == 7 || this.form.serviceType == 9) {
+      } else if (this.form.serviceType == 7|| this.form.serviceType == 10|| this.form.serviceType == 11|| this.form.serviceType == 9) {
         this.checkboxlist = [
           {
             value: "1",
@@ -1300,6 +1304,10 @@
             value: "6",
             label: "寰俊灏忕▼搴�",
           },
+          {
+            value: "7",
+            label: "鏈悗闅忚",
+          },
         ];
       } else if (
         this.form.serviceType == 2 ||
diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index e403f2f..bfa872b 100644
--- a/src/views/patient/propaganda/index.vue
+++ b/src/views/patient/propaganda/index.vue
@@ -181,7 +181,7 @@
             </div>
             <div v-if="scope.row.sendstate == 2">
               <el-tag type="primary" :disable-transitions="false"
-                >寰呮墽琛�</el-tag
+                >寰呴殢璁�</el-tag
               >
             </div>
             <div v-if="scope.row.sendstate == 3">
@@ -735,7 +735,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -806,6 +806,7 @@
           store.getters.belongWards.map((obj) => obj.districtCode);
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.userList.forEach((item) => {
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 4d12c9c..1ac40ab 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -1108,6 +1108,10 @@
           value: "3",
           label: "浣撴鐥呬汉",
         },
+        {
+          value: "5",
+          label: "鎵嬫湳鐥呬汉",
+        },
       ],
       source: [
         {
@@ -1326,7 +1330,7 @@
           //   label: "鏅鸿兘鏈哄櫒浜�",
           // },
         ];
-      } else if (this.form.serviceType == 7 || this.form.serviceType == 5) {
+      } else if (this.form.serviceType == 7 || this.form.serviceType == 5|| this.form.serviceType == 10|| this.form.serviceType == 11) {
         this.checkboxlist = [
           {
             value: "1",
@@ -1352,6 +1356,10 @@
             value: "6",
             label: "寰俊灏忕▼搴�",
           },
+          {
+            value: "7",
+            label: "鏈悗闅忚",
+          },
         ];
       } else if (this.form.serviceType == 2 || this.form.serviceType == 3) {
         this.checkboxlist = [
diff --git a/src/views/patient/questionnaire/index.vue b/src/views/patient/questionnaire/index.vue
index 9e92295..22fd0b9 100644
--- a/src/views/patient/questionnaire/index.vue
+++ b/src/views/patient/questionnaire/index.vue
@@ -228,7 +228,7 @@
             </div>
             <div v-if="scope.row.sendstate == 2">
               <el-tag type="primary" :disable-transitions="false"
-                >寰呮墽琛�</el-tag
+                >寰呴殢璁�</el-tag
               >
             </div>
             <div v-if="scope.row.sendstate == 3">
@@ -258,7 +258,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -736,7 +736,7 @@
           value: 0,
         },
         {
-          name: "寰呮墽琛�",
+          name: "寰呴殢璁�",
           value: 0,
         },
         {
@@ -779,7 +779,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -866,6 +866,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
diff --git a/src/views/patient/subsequent/index.vue b/src/views/patient/subsequent/index.vue
index a117bdf..07654d8 100644
--- a/src/views/patient/subsequent/index.vue
+++ b/src/views/patient/subsequent/index.vue
@@ -274,7 +274,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -883,6 +883,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
diff --git a/src/views/patient/ycquestionnaire/index.vue b/src/views/patient/ycquestionnaire/index.vue
index 4f951d4..3246350 100644
--- a/src/views/patient/ycquestionnaire/index.vue
+++ b/src/views/patient/ycquestionnaire/index.vue
@@ -228,7 +228,7 @@
             </div>
             <div v-if="scope.row.sendstate == 2">
               <el-tag type="primary" :disable-transitions="false"
-                >寰呮墽琛�</el-tag
+                >寰呴殢璁�</el-tag
               >
             </div>
             <div v-if="scope.row.sendstate == 3">
@@ -258,7 +258,7 @@
         />
 
         <el-table-column
-          label="浜哄伐澶勭悊鎰忚"
+          label="澶勭悊鎰忚"
           align="center"
           key="suggest"
           prop="suggest"
@@ -736,7 +736,7 @@
           value: 0,
         },
         {
-          name: "寰呮墽琛�",
+          name: "寰呴殢璁�",
           value: 0,
         },
         {
@@ -779,7 +779,7 @@
         },
         {
           value: 2,
-          label: "寰呮墽琛�",
+          label: "寰呴殢璁�",
         },
         {
           value: 3,
@@ -866,6 +866,7 @@
         console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
       }
       this.loading = true;
+      this.topqueryParams.deptOrDistrict=2,
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
         this.total = response.total;
diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue
index 2640598..9163127 100644
--- a/src/views/sfstatistics/percentage/index.vue
+++ b/src/views/sfstatistics/percentage/index.vue
@@ -240,7 +240,7 @@
               >
               </el-table-column
               ><el-table-column
-                label="寰呮墽琛�"
+                label="寰呴殢璁�"
                 align="center"
                 key="dfsCount"
                 prop="dfsCount"
diff --git a/src/views/shortmessage/messagebank/index.vue b/src/views/shortmessage/messagebank/index.vue
index 6adb4cb..d35bf0f 100644
--- a/src/views/shortmessage/messagebank/index.vue
+++ b/src/views/shortmessage/messagebank/index.vue
@@ -37,7 +37,7 @@
           :class="classestag == 4 ? 'state-lines' : 'state-line'"
           @click="awaitfn"
         >
-          <div class="value-left"><i class="el-icon-s-help" />寰呮墽琛�</div>
+          <div class="value-left"><i class="el-icon-s-help" />寰呴殢璁�</div>
           <div class="quantityd">22</div>
         </div>
       </div>
@@ -770,7 +770,7 @@
     losefn() {
       this.classestag = 3;
     },
-    // 鍒囨崲寰呮墽琛岀被鍒�
+    // 鍒囨崲寰呴殢璁跨被鍒�
     awaitfn() {
       this.classestag = 4;
     },
diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue
index 2c8efa0..f472fbf 100644
--- a/src/views/tool/build/index.vue
+++ b/src/views/tool/build/index.vue
@@ -3,7 +3,7 @@
     <div class="left-board">
       <div class="logo-wrapper">
         <div class="logo">
-          <img :src="logo" alt="logo"> Form Generator
+          <!-- <img :src="logo" alt="logo"> Form Generator -->
         </div>
       </div>
       <el-scrollbar class="left-scrollbar">

--
Gitblit v1.9.3