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