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