From 055aa5dcede312bf5aa139caf26869bc1c954e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 20 Jul 2021 13:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes_xm.js | 3 +- .../xm/core/xmProduct/XmProductAllMng.vue | 47 +++++++++++++++++++ src/views/xm/core/xmProduct/XmProductMng.vue | 16 +++---- 3 files changed, 57 insertions(+), 9 deletions(-) create mode 100644 src/views/xm/core/xmProduct/XmProductAllMng.vue diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 0babb3fa..c34efd98 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -99,7 +99,8 @@ export default { }, // leaf: true,//只有一个节点 children: [ - + { path: 'xmProduct/XmProductAllMng', component: _import('xm/core/xmProduct/XmProductAllMng'), name: 'XmProductAllMng', meta: { title: '产品总览' }}, + { path: 'xmProduct/XmProductMng', component: _import('xm/core/xmProduct/XmProductMng'), name: 'XmProductMng', meta: { title: '产品管理' }}, { path: 'xmMenu/XmMenuMng', component: _import('xm/core/xmMenu/XmMenuMng'), name: 'XmMenuMng', meta: { title: '故事管理' }}, diff --git a/src/views/xm/core/xmProduct/XmProductAllMng.vue b/src/views/xm/core/xmProduct/XmProductAllMng.vue new file mode 100644 index 00000000..4a3f7d0e --- /dev/null +++ b/src/views/xm/core/xmProduct/XmProductAllMng.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue index df96fd93..01db4ce7 100644 --- a/src/views/xm/core/xmProduct/XmProductMng.vue +++ b/src/views/xm/core/xmProduct/XmProductMng.vue @@ -106,9 +106,9 @@ - + - +
{{p.productName}}
@@ -142,12 +142,12 @@
- + - - - + + + @@ -311,7 +311,7 @@ import XmProductSelect from './XmProductSelect.vue'; pickerOptions: util.pickerOptions('datarange'), projectVisible:false, productSelectVisible:false, - showType:true, + showType:false, /**begin 自定义属性请在下面加 请加备注**/ /**end 自定义属性请在上面加 请加备注**/