fix:修改 auth 输入数字后不能输入英文的问题

This commit is contained in:
zhangyu
2021-08-17 10:49:18 +08:00
parent 9428be3bdb
commit 1d7bd5967d
3 changed files with 6 additions and 11 deletions

View File

@@ -103,11 +103,6 @@ export default {
show: true,
minWidth: 200,
sortable: 'custom'
}, {
label: this.$t('project.module.type'),
prop: 'type',
show: false,
width: 200
}, {
label: this.$t('project.project.projectName'),
prop: 'project',