diff --git a/.env.development b/.env.development index fbcc74b..b8ccd8b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/shop/shopDealerWithdraw/index.vue b/src/views/shop/shopDealerWithdraw/index.vue index 2999e31..8c5c663 100644 --- a/src/views/shop/shopDealerWithdraw/index.vue +++ b/src/views/shop/shopDealerWithdraw/index.vue @@ -25,41 +25,27 @@ >待审核 审核通过转账成功 - 已驳回 + 用户取消 已打款 @@ -186,26 +172,27 @@ // 表格列配置 const columns = ref([ { - title: '用户ID', - dataIndex: 'userId', - key: 'userId', + title: '订单号', + dataIndex: 'id', + key: 'id', align: 'center', width: 90, fixed: 'left' }, + // { + // title: '用户ID', + // dataIndex: 'userId', + // key: 'userId', + // align: 'center', + // width: 90, + // fixed: 'left' + // }, { - title: '提现金额', - dataIndex: 'money', - key: 'money', + title: '收款方式', + dataIndex: 'paymentInfo', + key: 'paymentInfo', align: 'center', - width: 150, - customRender: ({ text }) => { - const amount = parseFloat(text || '0').toFixed(2); - return { - type: 'span', - children: `¥${amount}` - }; - } + width: 180 }, { title: '用户信息', @@ -213,9 +200,17 @@ key: 'userInfo' }, { - title: '收款信息', - dataIndex: 'paymentInfo', - key: 'paymentInfo' + title: '转账金额', + dataIndex: 'money', + key: 'money', + align: 'center', + customRender: ({ text }) => { + const amount = parseFloat(text || '0').toFixed(2); + return { + type: 'span', + children: `¥${amount}` + }; + } }, // { // title: '审核时间', @@ -247,7 +242,7 @@ key: 'comments' }, { - title: '申请状态', + title: '状态', dataIndex: 'applyStatus', key: 'applyStatus', align: 'center', @@ -448,7 +443,7 @@ }, // 行双击事件 onDblclick: () => { - openEdit(record); + // openEdit(record); } }; }; diff --git a/src/views/shop/shopGift/components/makeCard.vue b/src/views/shop/shopGift/components/makeCard.vue index 1c9458d..6f1a45a 100644 --- a/src/views/shop/shopGift/components/makeCard.vue +++ b/src/views/shop/shopGift/components/makeCard.vue @@ -19,7 +19,7 @@ styleResponsive ? { md: 19, sm: 19, xs: 24 } : { flex: '1' } " > - + + - - + + + + - - - - - - - - - - + + + + + + + - - - 正常 - 禁用 - - + + + 正常 + 禁用 + +