恢复订单详情

This commit is contained in:
2024-01-29 16:37:22 +08:00
parent f570f0b039
commit a5cfdcb542
2 changed files with 8 additions and 4 deletions

View File

@@ -347,7 +347,9 @@
: { span: 8 }
"
>
<a-form-item label="身份证号" name="idCode"/>
<a-form-item label="身份证号" name="idCode">
<span>{{ data.idCode }}</span>
</a-form-item>
</a-col>
<a-col
v-bind="
@@ -356,7 +358,9 @@
: { span: 8 }
"
>
<a-form-item label="详细地址" name="address"/>
<a-form-item label="详细地址" name="address">
<span>{{ data.address }}</span>
</a-form-item>
</a-col>
</a-row>