Przeglądaj źródła

删除机构学生有效列

dusenyao 2 lat temu
rodzic
commit
b39bc4c578
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      src/views/student_manager/index.vue

+ 0 - 5
src/views/student_manager/index.vue

@@ -61,11 +61,6 @@
             <div :style="{ color: '#34CC83' }">{{ row.is_audited === 'true' ? '√ 已开通' : '' }}</div>
           </template>
         </el-table-column>
-        <el-table-column prop="is_valid" label="有效" align="center">
-          <template slot-scope="{ row }">
-            <div>{{ row.is_valid === 'true' ? '√' : '' }}</div>
-          </template>
-        </el-table-column>
         <el-table-column fixed="right" width="80">
           <template slot-scope="{ row }">
             <el-row type="flex" justify="space-between">