@@ -213,8 +213,7 @@ export default {
this.listData()
},
created() {
- this.tablecolsSaler = this.tool.tabelCol(this.$route.name).accountsReceivableSalerTable.tablecols
- this.tablecolsCustomer = this.tool.tabelCol(this.$route.name).accountsReceivableCustomerTable.tablecols
+ this.tablecols = this.tool.tabelCol(this.$route.name).actsRecTable.tablecols
}
</script>