perf: 添加 序号和操作栏标题

This commit is contained in:
xingyu4j
2022-11-16 12:34:08 +08:00
parent eed6a9a689
commit f4525f7a0a
3 changed files with 9 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ export const rules = reactive({
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
action: true,
columns: [
{