@@ -166,5 +166,8 @@ export default {
.ant-descriptions-item-label.ant-descriptions-item-colon{
width: 130px;
}
+ .ant-descriptions-item-content{
+ max-width: 229px;
+ }
</style>
@@ -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">
@@ -92,7 +92,7 @@
- :scroll="{ x: 2010, y: tableHeight }"
+ :scroll="{ x: 2070, y: tableHeight }"
@@ -151,8 +151,7 @@ export default {
methods: {
// 返回
handleBack () {
- // this.$router.push({ name: 'salesQueryList' })
- this.$router.back()
+ this.$router.push({ name: 'salesQueryList' })
},
// 编辑
handleEdit () {