WANG 6 年之前
父节点
当前提交
e3d5ae7f71
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/modules/examwork/view/student.vue

+ 0 - 9
src/modules/examwork/view/student.vue

@@ -642,15 +642,6 @@ export default {
       });
       console.log(this.selectedStuIds);
     },
-    getStatus(status) {
-      if (status == true) {
-        return "启用";
-      } else if (status == false) {
-        return "禁用";
-      } else {
-        return "";
-      }
-    },
     handleCurrentChange(val) {
       this.currentPage = val;
       this.searchForm();