提交 0581bfa6 编写于 作者: ibizdev's avatar ibizdev

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

上级 4ec3d8a0
......@@ -567,9 +567,12 @@ export default {
uiactions: {
},
},
groupbycodelistkanban_dataview: {
usr_dataview: {
nodata:"",
uiactions: {
new: "New",
edit: "Edit",
remove: "Remove",
},
},
usr2_dataview: {
......@@ -582,14 +585,6 @@ export default {
uiactions: {
},
},
usr_dataview: {
nodata:"",
uiactions: {
new: "New",
edit: "Edit",
remove: "Remove",
},
},
usr4_dataview: {
nodata:"",
uiactions: {
......@@ -704,6 +699,22 @@ export default {
},
usr5dataviewtoolbar_toolbar: {
},
usr5dataviewdataview_quicktoolbar_toolbar: {
deuiaction1: {
caption: "New",
tip: "New",
},
},
usr5dataviewdataview_batchtoolbar_toolbar: {
deuiaction1: {
caption: "Edit",
tip: "Edit {0}",
},
deuiaction2: {
caption: "Remove",
tip: "Remove {0}",
},
},
roweditgridviewtoolbar_toolbar: {
tbitem3: {
caption: "New",
......
......@@ -566,9 +566,12 @@ export default {
uiactions: {
},
},
groupbycodelistkanban_dataview: {
usr_dataview: {
nodata:"",
uiactions: {
new: "新建",
edit: "编辑",
remove: "删除",
},
},
usr2_dataview: {
......@@ -581,14 +584,6 @@ export default {
uiactions: {
},
},
usr_dataview: {
nodata:"",
uiactions: {
new: "新建",
edit: "编辑",
remove: "删除",
},
},
usr4_dataview: {
nodata:"",
uiactions: {
......@@ -703,6 +698,22 @@ export default {
},
usr5dataviewtoolbar_toolbar: {
},
usr5dataviewdataview_quicktoolbar_toolbar: {
deuiaction1: {
caption: "新建",
tip: "新建",
},
},
usr5dataviewdataview_batchtoolbar_toolbar: {
deuiaction1: {
caption: "编辑",
tip: "编辑",
},
deuiaction2: {
caption: "删除",
tip: "删除",
},
},
roweditgridviewtoolbar_toolbar: {
tbitem3: {
caption: "新建",
......
......@@ -3,7 +3,7 @@ import { Component } from 'vue-property-decorator';
import IBIZBOOKUsr5DataViewBase from './ibizbookusr5-data-view-base.vue';
import view_searchform from '@widgets/ibizbook/default-searchform/default-searchform.vue';
import view_dataview from '@widgets/ibizbook/group-by-codelist-kan-ban-dataview/group-by-codelist-kan-ban-dataview.vue';
import view_dataview from '@widgets/ibizbook/usr-dataview/usr-dataview.vue';
@Component({
components: {
view_searchform,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册