huangbin 4 vuotta sitten
vanhempi
commit
34cff8e35c

+ 3 - 1
src/common/methods/table/interface.ts

@@ -15,7 +15,7 @@ export interface ColumnType {
     render?: Function;
 }
 export interface TableKey {
-    table_pcweb_aggregate_profit_and_loss: "string; // 报表-库存报表"
+    table_pcweb_aggregate_profit_and_loss: "string; // 报表-汇总损益报表"
     table_pcweb_application_record: "string; // 库存查询-申请记录"
     table_pcweb_business_aduit_dj: "string; // 业务审核-点价"
     table_pcweb_business_aduit_js: "string; // 业务审核-交收"
@@ -37,6 +37,8 @@ export interface TableKey {
     table_pcweb_purchase_all: "string; // 采购_全部"
     table_pcweb_purchase_pointprice: "string; // 采购_待点价"
     table_pcweb_purchase_settle: "string; // 采购_履约交收"
+    table_pcweb_qhj_recharge_review: "string; // 铂金宝-充值提现审核-充值审核"
+    table_pcweb_qhj_withdrawal_review: "string; // 铂金宝-充值提现审核-提现审核"
     table_pcweb_report_fincial_invoice_day: "string; // 报表-财务报表-发票-日报表"
     table_pcweb_report_fincial_month: "string; // 报表-财务报表-月报表"
     table_pcweb_report_fincial_payment_day: "string; // 报表-财务报表-款项-日报表"

+ 1 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/recharge/index.vue

@@ -46,7 +46,7 @@ export default defineComponent({
             // 获取列表数据
             queryTable();
             // 注册表头信息 过滤
-            registerColumn('table_pcweb_warehouse', ['warehousetype', 'warehousename', 'address']);
+            registerColumn('table_pcweb_qhj_withdrawal_review', ['warehousetype', 'warehousename', 'address']);
         });
 
         // 查询

+ 1 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/withdrawal/index.vue

@@ -42,7 +42,7 @@ export default defineComponent({
             // 获取列表数据
             queryTable();
             // 注册表头信息 过滤
-            registerColumn('table_pcweb_warehouse', ['warehousetype', 'warehousename', 'address']);
+            registerColumn('table_pcweb_qhj_recharge_review', ['warehousetype', 'warehousename', 'address']);
         });
 
         // 查询