mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
fix: 修复开放接口添加按钮文本显示问题
This commit is contained in:
@@ -53,13 +53,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
width: 600,
|
width: 600,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
actionbar: {
|
actionbar: {},
|
||||||
buttons: {
|
|
||||||
add: {
|
|
||||||
text: t("certd.actionbar.add"),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
rowHandle: {
|
rowHandle: {
|
||||||
width: 300,
|
width: 300,
|
||||||
fixed: "right",
|
fixed: "right",
|
||||||
|
|||||||
Reference in New Issue
Block a user