修改退款审核、订单详情等页面显示

This commit is contained in:
geng.tang@qq.com
2024-01-26 15:33:03 +08:00
parent c3413fd1a0
commit 8f6567e57e
24 changed files with 677 additions and 178 deletions

View File

@@ -35,7 +35,7 @@
// 字典数据
const data = ref<SelectProps['options']>([]);
pageMerchant({}).then((res) => {
pageMerchant({limit:100}).then((res) => {
res?.list.map((d) => {
data.value?.push({
comments: d.merchantName,