@@ -182,9 +182,8 @@ const items = ref({
key: 'studentNo',
value: '',
default: null,
- label: '学号 *',
- outlined: true,
- rules: [v => !!v || '请填写学号']
+ label: '学号',
+ outlined: true
},
{
type: 'text',
@@ -100,9 +100,8 @@ const items = ref({
@@ -76,9 +76,8 @@ const items = ref({