Ver Código Fonte

代码提交

zhaomin 4 anos atrás
pai
commit
dcc2b72334

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepair/clinicalReporting/index.vue

@@ -216,7 +216,7 @@ import detail from "./components/detail";
216 216
 import Pagination from "@/components/context/Pagination"; // 对el-pagination 二次封装
217 217
 
218 218
 export default {
219
-  name: "CustomerList",
219
+  name: "ClinicalReporting",
220 220
   components: {
221 221
     Pagination,
222 222
   },

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepair/repairReceiveOrder/index.vue

@@ -166,7 +166,7 @@ import detail from "./components/detail";
166 166
 import Pagination from "@/components/context/Pagination"; // 对el-pagination 二次封装
167 167
 
168 168
 export default {
169
-  name: "CustomerList",
169
+  name: "RepairReceiveOrder",
170 170
   components: {
171 171
     Pagination,
172 172
   },

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepair/repairStatistics/index.vue

@@ -122,7 +122,7 @@ import {
122 122
 import Pagination from "@/components/context/Pagination"; // 对el-pagination 二次封装
123 123
 
124 124
 export default {
125
-  name: "CustomerList",
125
+  name: "RepairStatistics",
126 126
   components: {
127 127
     Pagination,
128 128
   },

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepair/repairWorkOrder/index.vue

@@ -192,7 +192,7 @@ import detail from "./components/detail";
192 192
 import Pagination from "@/components/context/Pagination"; // 对el-pagination 二次封装
193 193
 
194 194
 export default {
195
-  name: "CustomerList",
195
+  name: "RepairWorkOrder",
196 196
   components: {
197 197
     Pagination,
198 198
   },

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/knowledgeBase/knowledgeList/index.vue

@@ -94,7 +94,7 @@ import { getList, delInfos, getTypeTree } from '@/api/knowledgeBase/knowledgeBas
94 94
 import Pagination from '@/components/context/Pagination' // 对el-pagination 二次封装
95 95
 import addOrEdit from './components/addOrEdit'
96 96
 export default {
97
-  name: 'CustomerList',
97
+  name: 'KnowledgeList',
98 98
   components: {
99 99
     Pagination
100 100
   },

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/systemSetup/roleSetting/hospitalArea/index.vue

@@ -27,7 +27,7 @@ import { deleteryq,getListyqRepairlist} from '@/api/systemSetup/roleSetting/hosp
27 27
 import addOrEditHospital from './component/addOrEditHospital'
28 28
 import Pagination from '@/components/context/Pagination' // 对el-pagination 二次封装
29 29
 export default {
30
-  name: 'Department',
30
+  name: 'HospitalArea',
31 31
   components: {
32 32
     Pagination
33 33
   },