刘洋 пре 8 месеци
родитељ
комит
a6f57de183

+ 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;