Explorar el Código

增加合作驾校4

JXDS18FUJT hace 2 años
padre
commit
543c2a0107
Se han modificado 1 ficheros con 1 adiciones y 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>