Browse Source

未转换改成未受理

seimin 3 years ago
parent
commit
f461741d58
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/indes.vue
  2. 1 1
      src/views/wxChartList.vue

+ 1 - 1
src/views/indes.vue

@@ -141,7 +141,7 @@ export default {
141
       var that = this;
141
       var that = this;
142
       http
142
       http
143
         .bpmFetchDataList("wxincident", {
143
         .bpmFetchDataList("wxincident", {
144
-          wxincident: { state: "未转换" },
144
+          wxincident: { state: "未受理" },
145
           idx: 0,
145
           idx: 0,
146
           sum: 2
146
           sum: 2
147
         })
147
         })

+ 1 - 1
src/views/wxChartList.vue

@@ -138,7 +138,7 @@ export default {
138
           value: 0
138
           value: 0
139
         },
139
         },
140
         {
140
         {
141
-          text: "未转换",
141
+          text: "未受理",
142
           value: 1592
142
           value: 1592
143
         },
143
         },
144
         {
144
         {