diff --git a/dsBaseRpc/Config/ImportExcelTemplate/student.json b/dsBaseRpc/Config/ImportExcelTemplate/student.json index e7e48a7a..851685e5 100644 --- a/dsBaseRpc/Config/ImportExcelTemplate/student.json +++ b/dsBaseRpc/Config/ImportExcelTemplate/student.json @@ -61,8 +61,8 @@ "require": true }, { - "col_name": "独生子女", - "width": 15, + "col_name": "是否独生子女", + "width": 20, "require": true, "range": [ "否", @@ -70,8 +70,8 @@ ] }, { - "col_name": "随迁子女", - "width": 15, + "col_name": "是否随迁子女", + "width": 20, "require": true, "range": [ "否", @@ -79,8 +79,8 @@ ] }, { - "col_name": "务工子女", - "width": 15, + "col_name": "是否进城务工随迁子女", + "width": 20, "require": true, "range": [ "否", @@ -88,8 +88,8 @@ ] }, { - "col_name": "孤儿", - "width": 15, + "col_name": "是否孤儿", + "width": 20, "require": true, "range": [ "否", @@ -97,8 +97,8 @@ ] }, { - "col_name": "留守儿童", - "width": 15, + "col_name": "是否留守儿童", + "width": 20, "require": true, "range": [ "否", @@ -106,8 +106,8 @@ ] }, { - "col_name": "残疾儿童", - "width": 15, + "col_name": "是否残疾", + "width": 20, "require": true, "range": [ "否", diff --git a/dsBaseRpc/Config/ImportExcelTemplate/student.xlsx b/dsBaseRpc/Config/ImportExcelTemplate/student.xlsx index 89eaed5c..097364ce 100644 Binary files a/dsBaseRpc/Config/ImportExcelTemplate/student.xlsx and b/dsBaseRpc/Config/ImportExcelTemplate/student.xlsx differ