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

lab_gzf 发布系统代码

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