Browse Source

fix: change banding task

DESKTOP-USV654P\pc 11 hours ago
parent
commit
85aa285a20
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      src/views/educational/division/data.config.ts

+ 1 - 1
Makefile

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

+ 2 - 2
src/views/educational/division/data.config.ts

@@ -192,7 +192,7 @@ export const table3Columns: BasicColumn[] = [
 
 export const table4Columns: BasicColumn[] = [
   {
-    title: '号',
+    title: '身份证号',
     dataIndex: 'credentialNumber',
     align: 'left',
   },
@@ -285,7 +285,7 @@ export const table4Columns: BasicColumn[] = [
 export const searchForm4Schema: FormSchema[] = [
   {
     field: 'credentialNumber',
-    label: '号',
+    label: '身份证号',
     component: 'Input',
     colProps: { span: 8 },
   },