wip: crud table

This commit is contained in:
张传龙
2022-08-31 10:16:38 +08:00
parent af983d16b9
commit 9ea8ffd7fd
7 changed files with 168 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
const ACTIONS = {
view: '查看',
edit: '编辑',
add: '新增',
}