|
@@ -606,7 +606,7 @@ export default {
|
|
|
{
|
|
|
title: '单位',
|
|
|
dataIndex: 'masterMetering',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -621,7 +621,7 @@ export default {
|
|
|
{
|
|
|
title: '总价',
|
|
|
dataIndex: 'totalPrice',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|