This commit is contained in:
2025-06-12 20:56:58 +08:00
parent 2915645a92
commit 9cc71494f0
4 changed files with 17 additions and 11 deletions

View File

@@ -115,7 +115,8 @@ const success = async () => {
@click="v.is_use !== 0 && po.status === 0 ? selected = v.id : null"
v-for="(v, index) in vo"
class="!flex items-center py-[22rpx]">
<radio :checked="selected === v.id" :disabled="v.is_use === 0 || po.status>0"></radio>
<radio :checked="selected === v.id"
:disabled="v.is_use === 0 || po.status>0"></radio>
<image class="!size-[80rpx] rounded-[50%] overflow-hidden !ml-[34rpx]"
:src="PlatformENUM[v.platform_id]"></image>
<view class="!flex flex-col !ml-[16rpx]">