周玉佂 5 сар өмнө
parent
commit
ece7e7db5c

+ 1 - 1
src/components/manage/main/UserManage.vue

@@ -645,7 +645,7 @@ export default {
 ::v-deep .el-input,
 ::v-deep .el-input__inner {
   // border-radius: 10px;
-  color: #fff;
+  //color: #fff;
   //border: 1px solid green;
   // border-radius: 0px;
   // border-color: green;

+ 10 - 0
src/components/manage/main/planHistory.vue

@@ -397,6 +397,15 @@ export default {
           this.total = res.data.totalElements;
         }
       );
+    },
+    handleSelectionChangeForUser(){
+
+    },
+    handleSelectionChangeForTypeTask(){
+
+    },
+    handleSizeChangeForTestRight(){
+
     },
     // 历史计划分页切换
     planCurrentChangeHandle(i) {
@@ -412,6 +421,7 @@ export default {
       this.loadData();
     },
     statusFormat(row) {
+      console.log(this.options)
       return this.options[row.status].label;
     },
     sexFormat(row) {