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

lab_gzf 发布系统代码

上级 00be3b47
...@@ -441,7 +441,7 @@ ...@@ -441,7 +441,7 @@
}, },
"accountgridview": { "accountgridview": {
"title": "客户表格视图", "title": "客户表格视图",
"caption": "客户", "caption": "客户信息",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
"viewname": "AccountGridView", "viewname": "AccountGridView",
......
...@@ -186,7 +186,7 @@ export default { ...@@ -186,7 +186,7 @@ export default {
title: '客户信息', title: '客户信息',
}, },
gridview: { gridview: {
caption: "客户", caption: "客户信息",
title: '客户表格视图', title: '客户表格视图',
}, },
edit_accountinfo: { edit_accountinfo: {
......
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
title: '客户信息', title: '客户信息',
}, },
gridview: { gridview: {
caption: '客户', caption: '客户信息',
title: '客户表格视图', title: '客户表格视图',
}, },
edit_accountinfo: { edit_accountinfo: {
......
...@@ -361,7 +361,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -361,7 +361,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"accountgridview": { "accountgridview": {
"title": "客户表格视图", "title": "客户表格视图",
"caption": "客户", "caption": "客户信息",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
"viewname": "AccountGridView", "viewname": "AccountGridView",
......
<template> <template>
<studio-view-style2 viewName="accountgridview" viewTitle="客户表格视图" class='degridview account-grid-view'> <studio-view-style2 viewName="accountgridview" viewTitle="客户表格视图" class='degridview account-grid-view'>
<template slot='title'>
<span class='caption-image'><img src=' '/></span>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/> <i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click"/> </template>
......
<template> <template>
<studio-view-style2 viewName="accountinfo" viewTitle="客户信息" class='detabexpview account-info'> <studio-view-style2 viewName="accountinfo" viewTitle="客户信息" class='detabexpview account-info'>
<template slot='title'>
<span class='caption-image'><img src=' '/></span>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click"/> </template>
<view_tabexppanel <view_tabexppanel
......
...@@ -394,6 +394,8 @@ const router = new Router({ ...@@ -394,6 +394,8 @@ const router = new Router({
meta: { meta: {
caption: 'entities.account.views.gridview.title', caption: 'entities.account.views.gridview.title',
info:'', info:'',
imgPath: '',
iconCls: 'fa fa-user',
parameters: [ parameters: [
{ pathName: 'central', parameterName: 'central' }, { pathName: 'central', parameterName: 'central' },
{ pathName: 'accounts', parameterName: 'account' }, { pathName: 'accounts', parameterName: 'account' },
...@@ -1637,8 +1639,6 @@ const router = new Router({ ...@@ -1637,8 +1639,6 @@ const router = new Router({
meta: { meta: {
caption: 'entities.account.views.info.title', caption: 'entities.account.views.info.title',
info:'', info:'',
imgPath: '',
iconCls: 'fa fa-user',
parameters: [ parameters: [
{ pathName: 'central', parameterName: 'central' }, { pathName: 'central', parameterName: 'central' },
{ pathName: 'accounts', parameterName: 'account' }, { pathName: 'accounts', parameterName: 'account' },
...@@ -2395,8 +2395,6 @@ const router = new Router({ ...@@ -2395,8 +2395,6 @@ const router = new Router({
meta: { meta: {
caption: 'entities.account.views.info.title', caption: 'entities.account.views.info.title',
info:'', info:'',
imgPath: '',
iconCls: 'fa fa-user',
parameters: [ parameters: [
{ pathName: 'accounts', parameterName: 'account' }, { pathName: 'accounts', parameterName: 'account' },
{ pathName: 'info', parameterName: 'info' }, { pathName: 'info', parameterName: 'info' },
...@@ -2689,6 +2687,8 @@ const router = new Router({ ...@@ -2689,6 +2687,8 @@ const router = new Router({
meta: { meta: {
caption: 'entities.account.views.gridview.title', caption: 'entities.account.views.gridview.title',
info:'', info:'',
imgPath: '',
iconCls: 'fa fa-user',
parameters: [ parameters: [
{ pathName: 'accounts', parameterName: 'account' }, { pathName: 'accounts', parameterName: 'account' },
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册