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 自定义属性请在上面加 请加备注**/