Browse Source

文字修改

seimin 2 years ago
parent
commit
317c542b1f

+ 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
     //隐藏显示详情

+ 2 - 2
src/views/closed.vue

@@ -269,7 +269,7 @@ export default {
269 269
         .then(function (res) {
270 270
           console.log(res.data);
271 271
           that.progressInfo = res.data.data;
272
-          //沟通记录startcaca
272
+          //沟通记录startcaca
273 273
           if (that.model.incident.handlerLogs) {
274 274
             //添加日志
275 275
             that.model.incident.handlerLogs.forEach((v) => {
@@ -298,7 +298,7 @@ export default {
298 298
           that.progressInfo.push(jiedan);
299 299
           that.progressInfo.push(kaishi);
300 300
           console.log(that.progressInfo);
301
-          //沟通记录end
301
+          //沟通记录end
302 302
         });
303 303
     },
304 304
     //隐藏显示详情

+ 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>

+ 4 - 4
src/views/incidentList.vue

@@ -100,7 +100,7 @@
100 100
                     v-show="item.state.id === 1544"
101 101
                   >
102 102
                     <cube-button @click.stop="addHandlerLog(item)"
103
-                      >新增沟通记录</cube-button
103
+                      >新增沟通记录</cube-button
104 104
                     >
105 105
                   </cube-form-group>
106 106
                 </div>
@@ -153,7 +153,7 @@
153 153
       :operate="models.operate"
154 154
       selectName="user"
155 155
     ></showModel>
156
-    <!-- 新增沟通记录弹窗 -->
156
+    <!-- 新增沟通记录弹窗 -->
157 157
     <showModel
158 158
       :title="models1.title"
159 159
       :icon="models1.icon"
@@ -388,12 +388,12 @@ export default {
388 388
     cancel1() {
389 389
       this.models1.disjunctor = false;
390 390
     },
391
-    // 新增沟通记录
391
+    // 新增沟通记录
392 392
     addHandlerLog(item) {
393 393
       this.modelsData1 = item;
394 394
       this.models1 = {
395 395
         disjunctor: true,
396
-        title: "新增沟通记录",
396
+        title: "新增沟通记录",
397 397
         icon: "warn",
398 398
         operate: {
399 399
           ok: "确定",

+ 3 - 3
src/views/order.vue

@@ -32,7 +32,7 @@
32 32
                 :class="{active:actives=='handlerLog'}"
33 33
                 href="javascript:;"
34 34
                 @click="toInfo('handlerLog')"
35
-              >沟通记录</a>
35
+              >沟通记录</a>
36 36
             </div> -->
37 37
             <div
38 38
               class="fl"
@@ -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
     //隐藏显示详情

+ 5 - 5
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
           </div> -->
28 28
           <div
29 29
             class="fl"
@@ -456,7 +456,7 @@ export default {
456 456
         incident: {}
457 457
       }, //上传的model
458 458
       incidentTitle: "", //处理方案
459
-      handlerLog: "", //沟通记录
459
+      handlerLog: "", //沟通记录
460 460
       referenceInfo: {}, //引用信息
461 461
       selectedCategoryTxt: "", //事件分类选中展示
462 462
       selectedAreaId: "", //区域选中id--seimin
@@ -1004,7 +1004,7 @@ export default {
1004 1004
         .then(function(res) {
1005 1005
           console.log(res.data);
1006 1006
           that.progressInfo = res.data.data;
1007
-          //沟通记录startcaca
1007
+          //沟通记录startcaca
1008 1008
           if (that.modelData.incident.handlerLogs) {
1009 1009
             //添加日志
1010 1010
             that.modelData.incident.handlerLogs.forEach(v => {
@@ -1033,7 +1033,7 @@ export default {
1033 1033
           that.progressInfo.push(jiedan);
1034 1034
           that.progressInfo.push(kaishi);
1035 1035
           console.log(that.progressInfo);
1036
-          //沟通记录end
1036
+          //沟通记录end
1037 1037
         });
1038 1038
     },
1039 1039
     //隐藏显示详情
@@ -1640,7 +1640,7 @@ export default {
1640 1640
     },
1641 1641
     handlerFn() {
1642 1642
       let that = this;
1643
-      //填写了沟通记录,并且是处理中状态
1643
+      //填写了沟通记录,并且是处理中状态
1644 1644
       if (
1645 1645
         that.handlerLog &&
1646 1646
         that.handlerLog.trim() &&

+ 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">
@@ -304,7 +304,7 @@ export default {
304 304
         .then(function (res) {
305 305
           console.log(res.data);
306 306
           that.progressInfo = res.data.data;
307
-          //沟通记录startcaca
307
+          //沟通记录startcaca
308 308
           if (that.model.incident.handlerLogs) {
309 309
             //添加日志
310 310
             that.model.incident.handlerLogs.forEach((v) => {
@@ -333,7 +333,7 @@ export default {
333 333
           that.progressInfo.push(jiedan);
334 334
           that.progressInfo.push(kaishi);
335 335
           console.log(that.progressInfo);
336
-          //沟通记录end
336
+          //沟通记录end
337 337
         });
338 338
     },
339 339
     // 获取结果类型