|
@@ -89,7 +89,7 @@ const tableColumn = ref([
|
|
|
{ key: 'printDate', name: '打印日期' },
|
|
|
{ key: 'calculateDate', name: '重新计算时间' },
|
|
|
{ key: 'payMoney', name: '支付金额' },
|
|
|
- { key: 'action', name: '操作', width: 460, align: 'center' },
|
|
|
+ { key: 'action', name: '操作', width: 440, align: 'center', fixed: 'right' },
|
|
|
])
|
|
|
const tableData = ref([])
|
|
|
const getTableData = async () => {
|