Ver Fonte

增加合作驾校4

JXDS18FUJT há 2 anos atrás
pai
commit
543c2a0107
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/tool/coopschool/index.vue

+ 1 - 1
src/views/tool/coopschool/index.vue

@@ -84,7 +84,7 @@
 
             <el-table-column label="同步状态" align="center" prop="sync">
                 <template slot-scope="scope">
-                    <span v-if="scope.row.sync == 1">待同步</span>
+                    <span v-if="scope.row.sync == 0">待同步</span>
                     <span  v-else>同步成功</span>
 
                 </template>