mirror of https://github.com/certd/certd
chore: 隐藏导出按钮
parent
2de7583900
commit
24237c16bf
|
@ -111,6 +111,11 @@ function install(app: App, options: any = {}) {
|
|||
columnSizeSaver.clear();
|
||||
},
|
||||
},
|
||||
buttons: {
|
||||
export: {
|
||||
show: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
rowHandle: {
|
||||
fixed: "right",
|
||||
|
|
Loading…
Reference in New Issue