Преглед на файлове

fix: change studentChange

DESKTOP-USV654P\pc преди 3 седмици
родител
ревизия
03667ed9bb
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  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: {