Переглянути джерело

Merge branch 'develop_yh17_fencang' of jianguan-web/qpls-md-html into pre-release

李磊 2 роки тому
батько
коміт
ba4dcf4fe7

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1686117724479
+  "version": 1686188414638
 }

+ 1 - 1
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
                 }

+ 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>