feat:岗位 post 的实现 100%(export 功能)
This commit is contained in:
@@ -63,4 +63,5 @@ export {
|
||||
SwatchBook,
|
||||
UserRoundPen,
|
||||
X,
|
||||
Download,
|
||||
} from 'lucide-vue-next';
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"edit": "Modify {0}",
|
||||
"create": "Create {0}",
|
||||
"delete": "Delete {0}",
|
||||
"view": "View {0}"
|
||||
"view": "View {0}",
|
||||
"export": "Export"
|
||||
},
|
||||
"actionMessage": {
|
||||
"deleteConfirm": "Are you sure to delete {0}?",
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"edit": "修改{0}",
|
||||
"create": "新增{0}",
|
||||
"delete": "删除{0}",
|
||||
"view": "查看{0}"
|
||||
"view": "查看{0}",
|
||||
"export": "导出"
|
||||
},
|
||||
"actionMessage": {
|
||||
"deleteConfirm": "确定删除 {0} 吗?",
|
||||
|
||||
Reference in New Issue
Block a user