1金币
js 可以设置 config
Vue中如何设置
config.commandMap = {
Welcome: {
title: "保存",
text: "保存",
iconClass: "ribbon-button-welcome",
bigButton: "true",
commandName: "Welcome",
execute: async (context, propertyName, fontItalicChecked) => {
submit(false, "");
}
}
|
|