@@ -122,7 +122,8 @@
label: '序号',
type: 'index',
columnKey: 'index',
- align: 'center'
+ align: 'center',
+ fixed: 'left'
},
{
minWidth: 130,
@@ -248,7 +249,8 @@
prop: 'discountTotalPrice',
label: '合计金额',
slot: 'discountTotalPrice',
+ fixed: 'right'
}
// {
// minWidth: 100,
@@ -105,6 +105,7 @@ export default {
align: 'center',
@@ -259,8 +260,8 @@ export default {
slot: 'totalPrice',
- show:j.subType==11
-
+ show:j.subType==11,
minWidth: 120,
@@ -268,8 +269,8 @@ export default {
- show:j.subType!=11
+ show:j.subType!=11,