瀏覽代碼

【修改】状态名称

howie 2 年之前
父節點
當前提交
5149390d2f

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