lilei 2 роки тому
батько
коміт
1e921959e2

+ 2 - 2
src/config/router.config.js

@@ -3034,7 +3034,7 @@ export const asyncRouterMap = [
                 name: 'newProductList',
                 component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/newProduct/list'),
                 meta: {
-                  title: '新品信息',
+                  title: '下线产品',
                   icon: 'file-text',
                   hidden: true
                 }
@@ -3045,7 +3045,7 @@ export const asyncRouterMap = [
                 name: 'viewProduct',
                 component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/newProduct/detail'),
                 meta: {
-                  title: '产品详情',
+                  title: '下线产品详情',
                   icon: 'file-text',
                   replaceTab: true,
                   hidden: true

+ 1 - 1
src/views/productManagement/newProduct/modal.vue

@@ -15,7 +15,7 @@
         bordered>
       </s-table>
       <div style="padding-top: 15px;">
-        <a-button @click="viewMore" block type="primary" ghost>查看更多新品</a-button>
+        <a-button @click="viewMore" block type="primary" ghost>查看更多{{onlineFalg==1?'新品':'下线产品'}}</a-button>
       </div>
     </a-spin>
   </div>