fix bug
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</a-form-item>
|
||||
<a-form-item label="投资人" name="touziUserId">
|
||||
<UserSelect
|
||||
v-model:value="form.touziUserId"
|
||||
v-model="form.touziUserId"
|
||||
:placeholder="`请选择用户`"
|
||||
/>
|
||||
</a-form-item>
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
</a-table>
|
||||
</a-spin>
|
||||
</a-card>
|
||||
<a-card title="缴费记录" class="order-card">
|
||||
<a-card title="租期记录" class="order-card">
|
||||
<a-spin :spinning="loading">
|
||||
<a-table
|
||||
:data-source="renewOrderList"
|
||||
@@ -409,7 +409,7 @@
|
||||
: { span: 8 }
|
||||
"
|
||||
>
|
||||
<a-form-item label="单位地址" name="officeAddress">
|
||||
<a-form-item label="收货地址" name="officeAddress">
|
||||
<span>{{ data.officeAddress }}</span>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -630,7 +630,7 @@ const columns2 = ref<ColumnItem[]>([
|
||||
key: 'payTime'
|
||||
},
|
||||
{
|
||||
title: '逾期状态',
|
||||
title: '使用天数',
|
||||
dataIndex: 'expirationDay',
|
||||
key: 'expirationDay'
|
||||
},
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
<!-- </template>-->
|
||||
<!-- <span>批量删除</span>-->
|
||||
<!-- </a-button>-->
|
||||
<a-select v-model:value="type" style="width: 100px; margin: -5px -12px">
|
||||
<a-select-option value="orderNo">订单号</a-select-option>
|
||||
<a-select-option value="userId">用户ID</a-select-option>
|
||||
</a-select>
|
||||
<a-input-search
|
||||
allow-clear
|
||||
placeholder="请输入关键词"
|
||||
@@ -53,6 +57,7 @@
|
||||
|
||||
// 表单数据
|
||||
const { where, resetFields } = useSearch<OrderParam>({
|
||||
keywords: undefined,
|
||||
orderNo: undefined,
|
||||
userId: undefined,
|
||||
payStatus: undefined,
|
||||
|
||||
Reference in New Issue
Block a user