浏览代码

文字修改

seimin 2 年之前
父节点
当前提交
3d64d402b9
共有 7 个文件被更改,包括 17 次插入17 次删除
  1. 2 2
      src/views/againAssign.vue
  2. 3 3
      src/views/closed.vue
  3. 2 2
      src/views/grabSheet.vue
  4. 1 1
      src/views/handlerLog.vue
  5. 3 3
      src/views/order.vue
  6. 3 3
      src/views/processing.vue
  7. 3 3
      src/views/solved.vue

+ 2 - 2
src/views/againAssign.vue

@@ -233,7 +233,7 @@ export default {
233 233
         .then(function (res) {
234 234
           console.log(res.data);
235 235
           that.progressInfo = res.data.data;
236
-          //沟通记录startcaca
236
+          //沟通记录startcaca
237 237
           if (that.model.incident.handlerLogs) {
238 238
             //添加日志
239 239
             that.model.incident.handlerLogs.forEach((v) => {
@@ -262,7 +262,7 @@ export default {
262 262
           that.progressInfo.push(jiedan);
263 263
           that.progressInfo.push(kaishi);
264 264
           console.log(that.progressInfo);
265
-          //沟通记录end
265
+          //沟通记录end
266 266
         });
267 267
     },
268 268
     //隐藏显示详情

+ 3 - 3
src/views/closed.vue

@@ -25,7 +25,7 @@
25 25
               :class="{ active: actives == 'handlerLog' }"
26 26
               href="javascript:;"
27 27
               @click="toInfo('handlerLog')"
28
-              >沟通记录</a
28
+              >沟通记录</a
29 29
             >
30 30
           </div> -->
31 31
           <div class="fl">
@@ -279,7 +279,7 @@ export default {
279 279
         .then(function (res) {
280 280
           console.log(res.data);
281 281
           that.progressInfo = res.data.data;
282
-          //沟通记录startcaca
282
+          //沟通记录startcaca
283 283
           if (that.model.incident.handlerLogs) {
284 284
             //添加日志
285 285
             that.model.incident.handlerLogs.forEach((v) => {
@@ -308,7 +308,7 @@ export default {
308 308
           that.progressInfo.push(jiedan);
309 309
           that.progressInfo.push(kaishi);
310 310
           console.log(that.progressInfo);
311
-          //沟通记录end
311
+          //沟通记录end
312 312
         });
313 313
     },
314 314
     //隐藏显示详情

+ 2 - 2
src/views/grabSheet.vue

@@ -194,7 +194,7 @@ export default {
194 194
         .then(function (res) {
195 195
           console.log(res.data);
196 196
           that.progressInfo = res.data.data;
197
-          //沟通记录startcaca
197
+          //沟通记录startcaca
198 198
           if (that.model.incident.handlerLogs) {
199 199
             //添加日志
200 200
             that.model.incident.handlerLogs.forEach((v) => {
@@ -223,7 +223,7 @@ export default {
223 223
           that.progressInfo.push(jiedan);
224 224
           that.progressInfo.push(kaishi);
225 225
           console.log(that.progressInfo);
226
-          //沟通记录end
226
+          //沟通记录end
227 227
         });
228 228
     },
229 229
     //隐藏显示详情

+ 1 - 1
src/views/handlerLog.vue

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
 <div class="handlerLog">
3
-  <div class="label">沟通记录</div>
3
+  <div class="label">沟通记录</div>
4 4
   <table class="handlerLog__table">
5 5
     <tr>
6 6
       <td class="xh">序号</td>

+ 3 - 3
src/views/order.vue

@@ -24,7 +24,7 @@
24 24
                 :class="{ active: actives == 'handlerLog' }"
25 25
                 href="javascript:;"
26 26
                 @click="toInfo('handlerLog')"
27
-                >沟通记录</a
27
+                >沟通记录</a
28 28
               >
29 29
             </div> -->
30 30
             <div
@@ -240,7 +240,7 @@ export default {
240 240
         .then(function (res) {
241 241
           console.log(res.data);
242 242
           that.progressInfo = res.data.data;
243
-          //沟通记录startcaca
243
+          //沟通记录startcaca
244 244
           if (that.model.incident.handlerLogs) {
245 245
             //添加日志
246 246
             that.model.incident.handlerLogs.forEach((v) => {
@@ -269,7 +269,7 @@ export default {
269 269
           that.progressInfo.push(jiedan);
270 270
           that.progressInfo.push(kaishi);
271 271
           console.log(that.progressInfo);
272
-          //沟通记录end
272
+          //沟通记录end
273 273
         });
274 274
     },
275 275
     //隐藏显示详情

+ 3 - 3
src/views/processing.vue

@@ -23,7 +23,7 @@
23 23
               :class="{ active: actives == 'handlerLog' }"
24 24
               href="javascript:;"
25 25
               @click="toInfo('handlerLog')"
26
-              >沟通记录</a
26
+              >沟通记录</a
27 27
             >
28 28
           </div> -->
29 29
           <div
@@ -868,7 +868,7 @@ export default {
868 868
         .then(function (res) {
869 869
           console.log(res.data);
870 870
           that.progressInfo = res.data.data;
871
-          //沟通记录startcaca
871
+          //沟通记录startcaca
872 872
           if (that.modelData.incident.handlerLogs) {
873 873
             //添加日志
874 874
             that.modelData.incident.handlerLogs.forEach((v) => {
@@ -897,7 +897,7 @@ export default {
897 897
           that.progressInfo.push(jiedan);
898 898
           that.progressInfo.push(kaishi);
899 899
           console.log(that.progressInfo);
900
-          //沟通记录end
900
+          //沟通记录end
901 901
         });
902 902
     },
903 903
     //隐藏显示详情

+ 3 - 3
src/views/solved.vue

@@ -25,7 +25,7 @@
25 25
               :class="{ active: actives == 'handlerLog' }"
26 26
               href="javascript:;"
27 27
               @click="toInfo('handlerLog')"
28
-              >沟通记录</a
28
+              >沟通记录</a
29 29
             >
30 30
           </div> -->
31 31
           <div class="fl">
@@ -305,7 +305,7 @@ export default {
305 305
         .then(function (res) {
306 306
           console.log(res.data);
307 307
           that.progressInfo = res.data.data;
308
-          //沟通记录startcaca
308
+          //沟通记录startcaca
309 309
           if (that.model.incident.handlerLogs) {
310 310
             //添加日志
311 311
             that.model.incident.handlerLogs.forEach((v) => {
@@ -334,7 +334,7 @@ export default {
334 334
           that.progressInfo.push(jiedan);
335 335
           that.progressInfo.push(kaishi);
336 336
           console.log(that.progressInfo);
337
-          //沟通记录end
337
+          //沟通记录end
338 338
         });
339 339
     },
340 340
     // 获取结果类型