|
@@ -445,7 +445,7 @@ export default {
|
|
key: '26',
|
|
key: '26',
|
|
title: '状态',
|
|
title: '状态',
|
|
width: 50,
|
|
width: 50,
|
|
- center: 'center',
|
|
|
|
|
|
+ align: 'center',
|
|
fixed: 'right',
|
|
fixed: 'right',
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
return (
|
|
return (
|
|
@@ -478,8 +478,8 @@ export default {
|
|
field: '',
|
|
field: '',
|
|
key: '27',
|
|
key: '27',
|
|
title: '操作',
|
|
title: '操作',
|
|
- width: 130,
|
|
|
|
- center: 'center',
|
|
|
|
|
|
+ width: 100,
|
|
|
|
+ align: 'center',
|
|
fixed: 'right',
|
|
fixed: 'right',
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
// 导入产品按钮
|
|
// 导入产品按钮
|
|
@@ -536,7 +536,7 @@ export default {
|
|
on-click={() => this.addProduct(row, 2)}
|
|
on-click={() => this.addProduct(row, 2)}
|
|
>
|
|
>
|
|
累计
|
|
累计
|
|
- </a-button> : ''}
|
|
|
|
|
|
+ </a-button> : <span style="width:40px;display:inline-block;"></span>}
|
|
</div>
|
|
</div>
|
|
)
|
|
)
|
|
}
|
|
}
|