Explorar o código

增加合作驾校4

JXDS18FUJT %!s(int64=2) %!d(string=hai) anos
pai
achega
543c2a0107
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>