mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2026-01-13 06:03:51 +08:00
style 样式优化
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="title" title="标题" :min-width="230" />
|
||||
<vxe-column field="channel" title="支付通道" :min-width="120">
|
||||
<vxe-column field="channel" title="支付通道" :min-width="150">
|
||||
<template #default="{ row }">
|
||||
{{ dictConvert('channel', row.channel) }}
|
||||
</template>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</a>
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="channel" title="支付通道" :min-width="120">
|
||||
<vxe-column field="channel" title="支付通道" :min-width="150">
|
||||
<template #default="{ row }">
|
||||
{{ dictConvert('channel', row.channel) }}
|
||||
</template>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="outTradeNo" title="通道交易号" :min-width="230" />
|
||||
<vxe-column field="channel" title="支付通道" :min-width="100">
|
||||
<vxe-column field="channel" title="支付通道" :min-width="150">
|
||||
<template #default="{ row }">
|
||||
<a-tag>{{ dictConvert('channel', row.channel) || '无' }}</a-tag>
|
||||
</template>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<a-tag v-else color="red">失败</a-tag>
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="channel" title="支付通道" :min-width="100">
|
||||
<vxe-column field="channel" title="支付通道" :min-width="150">
|
||||
<template #default="{ row }">
|
||||
{{ dictConvert('channel', row.channel) }}
|
||||
</template>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<a-tag>{{ dictConvert('trade_type', row.tradeType) }}</a-tag>
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="channel" title="同步通道" :min-width="100">
|
||||
<vxe-column field="channel" title="同步通道" :min-width="150">
|
||||
<template #default="{ row }">
|
||||
<a-tag>{{ dictConvert('channel', row.channel) }}</a-tag>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user