@@ -568,7 +568,9 @@
? "同步成功"
: scope.row.gejiangSync === 0
? "待同步"
- : "同步失败"
+ : scope.row.gejiangSync === -1
+ ? "同步失败"
+ : ""
}}
</template>
</el-table-column>
@@ -614,7 +614,9 @@
@@ -503,7 +503,9 @@