mirror of https://github.com/certd/certd
fix: 修复开放接口添加按钮文本显示问题
parent
f87a3d0892
commit
f93ba9970c
|
@ -53,13 +53,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||
width: 600,
|
||||
},
|
||||
},
|
||||
actionbar: {
|
||||
buttons: {
|
||||
add: {
|
||||
text: t("certd.actionbar.add"),
|
||||
},
|
||||
},
|
||||
},
|
||||
actionbar: {},
|
||||
rowHandle: {
|
||||
width: 300,
|
||||
fixed: "right",
|
||||
|
|
Loading…
Reference in New Issue