Browse Source

fix: change studentChange

DESKTOP-USV654P\pc 3 weeks ago
parent
commit
03667ed9bb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      src/views/educational/studentChange/index.vue

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change textbookPopManager"
+	git commit --no-verify -m "fix: change studentChange"
 
 checkPre:
 	git checkout pre

+ 2 - 2
src/views/educational/studentChange/index.vue

@@ -34,7 +34,7 @@
         title: '身份证号',
         dataIndex: 'credentialNumber',
         align: 'left',
-        width: 150,
+        width: 180,
       },
       {
         title: '异动时间',
@@ -66,7 +66,7 @@
         title: '异动后信息',
         dataIndex: 'afterData',
         align: 'left',
-        width: 120,
+        width: 250,
       },
     ],
     formConfig: {