chenrui 1 سال پیش
والد
کامیت
56ee7b4f70
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      src/config/router.config.js
  2. 1 1
      src/views/productManagement/productSourcePath/list.vue

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

@@ -2905,7 +2905,7 @@ export const asyncRouterMap = [
             name: 'productSourcePath',
             component: BlankLayout,
             meta: {
-              title: '产品追溯列表',
+              title: '唯一码追溯列表',
               icon: 'radar-chart',
               permission: 'M_productSourcePathList'
             },
@@ -2916,7 +2916,7 @@ export const asyncRouterMap = [
                 name: 'productSourcePathList',
                 component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/productSourcePath/list.vue'),
                 meta: {
-                  title: '产品追溯列表',
+                  title: '唯一码追溯列表',
                   icon: 'radar-chart',
                   hidden: true,
                   permission: 'M_productSourcePathList'

+ 1 - 1
src/views/productManagement/productSourcePath/list.vue

@@ -156,7 +156,7 @@
           bordered>
           <!-- 质保时间 -->
           <template slot="warrantyTime" slot-scope="text, record">
-            {{ record.warrantyStartDate }}{{ record.warrantyEndDate?'-'+record.warrantyEndDate:'' }}
+            {{ record.warrantyStartDate }}{{ record.warrantyEndDate?''+record.warrantyEndDate:'' }}
           </template>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">