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

xignzi006 发布系统代码

上级 558226e2
......@@ -390,8 +390,8 @@
"memo": "系统自动添加"
},
"contactbyaccount": {
"title": "联系人",
"caption": "联系人",
"title": "联系人列表",
"caption": "联系人列表",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Base",
"viewname": "ContactByAccount",
......
......@@ -220,8 +220,8 @@ export default {
title: 'contact选择表格视图',
},
byaccount: {
caption: "联系人",
title: '联系人',
caption: "联系人列表",
title: '联系人列表',
},
abstracteditview9: {
caption: "联系人",
......
......@@ -219,8 +219,8 @@ export default {
title: 'contact选择表格视图',
},
byaccount: {
caption: '联系人',
title: '联系人',
caption: '联系人列表',
title: '联系人列表',
},
abstracteditview9: {
caption: '联系人',
......
......@@ -320,8 +320,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "916febbb65be1c54dd42ccb9914fe973"
},
"contactbyaccount": {
"title": "联系人",
"caption": "联系人",
"title": "联系人列表",
"caption": "联系人列表",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Base",
"viewname": "ContactByAccount",
......
<template>
<studio-view viewName="contactbyaccount" viewTitle="联系人" class='degridview contact-by-account'>
<studio-view viewName="contactbyaccount" viewTitle="联系人列表" class='degridview contact-by-account'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
......
......@@ -10,7 +10,7 @@
'margin-right' : '2px'
}
}),
h('span', '摘要'),
h('span', '概览'),
h('Badge', {
props: {
count: undefined,
......@@ -62,6 +62,12 @@
<tab-pane :index="2" name='tabviewpanel3' tab='infotabexppanel' class=''
:label="(h) =>{
return h('div', [
h('i',{
class:'fa fa-user',
style:{
'margin-right' : '2px'
}
}),
h('span', '联系人'),
h('Badge', {
props: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册