chenrui преди 3 години
родител
ревизия
bdaf586907

+ 3 - 0
src/views/productManagement/productInfo/detailModal.vue

@@ -166,5 +166,8 @@ export default {
     .ant-descriptions-item-label.ant-descriptions-item-colon{
       width: 130px;
     }
+    .ant-descriptions-item-content{
+      max-width: 229px;
+    }
   }
 </style>

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

@@ -47,7 +47,7 @@
       :rowKey="(record) => record.productSn"
       :columns="columns"
       :data="loadData"
-      :scroll="{ x: 1450, y: tableHeight }"
+      :scroll="{ x: 1510, y: tableHeight }"
       bordered>
       <!-- 产品分类 -->
       <template slot="productType" slot-scope="text, record">

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

@@ -92,7 +92,7 @@
       :rowKey="(record) => record.productSn"
       :columns="columns"
       :data="loadData"
-      :scroll="{ x: 2010, y: tableHeight }"
+      :scroll="{ x: 2070, y: tableHeight }"
       bordered>
       <!-- 产品分类 -->
       <template slot="productType" slot-scope="text, record">

+ 1 - 2
src/views/salesManagement/salesQuery/detail.vue

@@ -151,8 +151,7 @@ export default {
   methods: {
     //  返回
     handleBack () {
-      // this.$router.push({ name: 'salesQueryList' })
-      this.$router.back()
+      this.$router.push({ name: 'salesQueryList' })
     },
     // 编辑
     handleEdit () {