@@ -407,6 +407,9 @@ export default {
watch: {
show (newValue, oldValue) {
this.opened = newValue
+ if (newValue) {
+ this.showCols = ['no', 'year', 'month', 'day', 'bizNo', 'bizTypeDictValue', 'expenseAllocateType', 'digestInfo', 'productCode', 'debitAmount', 'creditorAmount', 'totalAmount', 'remarks']
+ }
}