소스 검색

【修改】状态名称

howie 2 년 전
부모
커밋
5149390d2f
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      src/views/supply/apply/apply_list.vue
  2. 2 2
      src/views/supply/apply/engin_list.vue
  3. 2 2
      src/views/supply/deliver/commerce_list.vue

+ 2 - 2
src/views/supply/apply/apply_list.vue

@@ -565,10 +565,10 @@
               <template slot-scope="scope">
                 {{
                   scope.row.gejiangSync === 1
-                    ? ""
+                    ? "同步成功"
                     : scope.row.gejiangSync === 0
                     ? "待同步"
-                    : "失败"
+                    : "同步失败"
                 }}
               </template>
             </el-table-column>

+ 2 - 2
src/views/supply/apply/engin_list.vue

@@ -625,10 +625,10 @@
               <template slot-scope="scope">
                 {{
                   scope.row.gejiangSync === 1
-                    ? ""
+                    ? "同步成功"
                     : scope.row.gejiangSync === 0
                     ? "待同步"
-                    : "失败"
+                    : "同步失败"
                 }}
               </template>
             </el-table-column>

+ 2 - 2
src/views/supply/deliver/commerce_list.vue

@@ -500,10 +500,10 @@
               <template slot-scope="scope">
                 {{
                   scope.row.gejiangSync === 1
-                    ? ""
+                    ? "同步成功"
                     : scope.row.gejiangSync === 0
                     ? "待同步"
-                    : "失败"
+                    : "同步失败"
                 }}
               </template>
             </el-table-column>