刘洋 8 달 전
부모
커밋
a6f57de183
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 4
      src/render/views/BaseDataConfig/CardImport.vue
  2. 1 1
      src/render/views/Login/LoginWays.vue

+ 4 - 4
src/render/views/BaseDataConfig/CardImport.vue

@@ -73,10 +73,10 @@ const columns: TableColumnsType = [
     title: "科目",
     dataIndex: "subjectName",
   },
-  {
-    title: "属性",
-    dataIndex: "parameter",
-  },
+  // {
+  //   title: "属性",
+  //   dataIndex: "parameter",
+  // },
   {
     title: "张数",
     dataIndex: "paperCount",

+ 1 - 1
src/render/views/Login/LoginWays.vue

@@ -50,7 +50,7 @@ import { scanLogin } from "@/ap/system";
 import { useAppStore } from "@/store";
 
 const emit = defineEmits(["next", "toIndex"]);
-const activeName = ref("scan");
+const activeName = ref("");
 
 const nextStep = async (name: string) => {
   activeName.value = name;