Browse Source

提示文字修改

Xiao_123 1 tháng trước cách đây
mục cha
commit
ceae40b8af
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/plugins/dialogExtend/components/studentInfoForm.vue

+ 1 - 0
src/plugins/dialogExtend/components/studentInfoForm.vue

@@ -171,6 +171,7 @@ const items = ref({
       label: '所学专业 *',
       outlined: true,
       itemText: 'nameCn',
+      noDataText: '请输入专业名称搜索',
       itemValue: 'id',
       rules: [v => !!v || '请选择所学专业'],
       search: e => getMajorData(e),