fix: 修复订单视图中的下拉选项错误,优化设置视图的布局和样式
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
class="h-9 px-3 rounded border border-slate-200 text-sm focus:border-primary-500 outline-none bg-white cursor-pointer">
|
||||
<option value="all">全部</option>
|
||||
<option value="completed">已完成</option>
|
||||
<optiefunde value="refunding">退款申请中</optiefunde <option value="refunded">已退款</option>
|
||||
<option value="refunding">退款申请中</option>
|
||||
<option value="refunded">已退款</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="ml-auto relative w-64">
|
||||
@@ -151,8 +152,8 @@
|
||||
</div>
|
||||
<div class="space-y-3">
|
||||
<label class="flex items-center gap-3 p-3 border rounded-lg cursor-pointer hover:bg-slate-50" :class="refundAction === 'accept'
|
||||
? 'border-green-500 bg-green-50'
|
||||
: 'border-slate-200'
|
||||
? 'border-green-500 bg-green-50'
|
||||
: 'border-slate-200'
|
||||
">
|
||||
<RadioButton v-model="refundAction" value="accept" />
|
||||
<span>同意退款</span>
|
||||
@@ -265,4 +266,4 @@ const confirmRefund = () => {
|
||||
});
|
||||
// In real app, refresh list
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
Reference in New Issue
Block a user