wip: crud table
This commit is contained in:
5
src/composables/useCRUD.js
Normal file
5
src/composables/useCRUD.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const ACTIONS = {
|
||||
view: '查看',
|
||||
edit: '编辑',
|
||||
add: '新增',
|
||||
}
|
Reference in New Issue
Block a user