提交 13bc14f8 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 e8d2f8ae
...@@ -1253,8 +1253,8 @@ export default { ...@@ -1253,8 +1253,8 @@ export default {
tip: "New", tip: "New",
}, },
tbitem1_fuiaction1: { tbitem1_fuiaction1: {
caption: "编辑订单", caption: "编辑",
tip: "编辑订单", tip: "编辑",
}, },
tbitem1_fuiaction2: { tbitem1_fuiaction2: {
caption: "前台界面行为2", caption: "前台界面行为2",
......
...@@ -1252,8 +1252,8 @@ export default { ...@@ -1252,8 +1252,8 @@ export default {
tip: "新建", tip: "新建",
}, },
tbitem1_fuiaction1: { tbitem1_fuiaction1: {
caption: "编辑订单", caption: "编辑",
tip: "编辑订单", tip: "编辑",
}, },
tbitem1_fuiaction2: { tbitem1_fuiaction2: {
caption: "前台界面行为2", caption: "前台界面行为2",
......
...@@ -350,7 +350,7 @@ export default class IBIZOrderSF5GridViewBase extends Vue { ...@@ -350,7 +350,7 @@ export default class IBIZOrderSF5GridViewBase extends Vue {
public toolBarModels: any = { public toolBarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } }, deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
tbitem1_fuiaction1: { name: 'tbitem1_fuiaction1', actiontarget: 'NONE', caption: '前台界面行为1', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'FUIAction1', target: 'NONE' } }, tbitem1_fuiaction1: { name: 'tbitem1_fuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'FUIAction1', target: 'NONE' } },
tbitem1_fuiaction2: { name: 'tbitem1_fuiaction2', actiontarget: 'NONE', caption: '前台界面行为2', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'FUIAction2', target: 'SINGLEKEY' } }, tbitem1_fuiaction2: { name: 'tbitem1_fuiaction2', actiontarget: 'NONE', caption: '前台界面行为2', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'FUIAction2', target: 'SINGLEKEY' } },
......
...@@ -593,7 +593,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -593,7 +593,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
} }
/** /**
* 编辑订单 * 编辑
* *
* @param {any[]} args 当前数据 * @param {any[]} args 当前数据
* @param {any} context 行为附加上下文 * @param {any} context 行为附加上下文
......
...@@ -240,7 +240,7 @@ export default class IBIZOrderPortalComponentsOperationBase extends Vue implemen ...@@ -240,7 +240,7 @@ export default class IBIZOrderPortalComponentsOperationBase extends Vue implemen
*/ */
public actionBarModelData:any[] =[ public actionBarModelData:any[] =[
{ viewlogicname:"dashboard_sysportlet3_u236cbdc_click", { viewlogicname:"dashboard_sysportlet3_u236cbdc_click",
actionName:"前台界面行为1", actionName:"编辑",
icon:"", icon:"",
visabled:true,disabled:false visabled:true,disabled:false
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册