修复一些命名和拼写错误问题,修复一些BUG

This commit is contained in:
周建
2023-06-25 13:34:27 +08:00
parent 9456a6f31c
commit 7ca76a5304
12 changed files with 149 additions and 171 deletions

View File

@ -134,7 +134,7 @@
:check-strictly="!checkStrictly"
:props="defaultProps"
:data="treeOptions"
empty-text="加载中,请稍"
empty-text="加载中,请稍"
/>
</el-card>
</el-form-item> </el-col

View File

@ -9,19 +9,12 @@ export const rules = reactive({
})
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({
// primaryKey: 'id',
// primaryTitle: '角色编号',
// primaryType: 'seq',
primaryKey: 'id',
primaryTitle: '角色编号',
primaryType: 'id',
action: true,
actionWidth: '400px',
columns: [
{
title: '角色编号',
field: 'id',
table: {
width: 200
}
},
{
title: '角色名称',
field: 'name',