|
|
@@ -39,7 +39,7 @@ import AppPagination from '@pc/components/base/pagination/index.vue'
|
|
|
import AppAuthOperation from '@pc/components/modules/auth-operation/index.vue'
|
|
|
|
|
|
const { loading, dataList, total, pageIndex, pageSize, getGzbscusermonthpay } = useGzbscusermonthpay()
|
|
|
-const { tableColumns } = useComposeTable<Ermcp.GzbscusermonthpayRsp>({ rowKey: 'paytime', columnKey: 'bonded_expense' })
|
|
|
+const { tableColumns } = useComposeTable<Ermcp.GzbscusermonthpayRsp>({ rowKey: 'trademonth', columnKey: 'bonded_expense' })
|
|
|
const { filterOptons, getQueryParams } = useDataFilter<Ermcp.GzbscusermonthpayReq>()
|
|
|
|
|
|
// 状态”2:待支付 “多操作:“支付”
|