feat:增长营业执照字段,订单搜索增加电池编号,退单增加操作人
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<a-select-option value="orderNo">订单号</a-select-option>
|
||||
<a-select-option value="merchantCode">商户编号</a-select-option>
|
||||
<a-select-option value="userId">用户ID</a-select-option>
|
||||
<a-select-option value="equipmentCode">电池编号</a-select-option>
|
||||
</a-select>
|
||||
</template>
|
||||
</a-input-search>
|
||||
|
||||
@@ -168,6 +168,11 @@
|
||||
key: 'updateTime',
|
||||
customRender: ({ text }) => toDateString(text)
|
||||
},
|
||||
{
|
||||
title: '操作人',
|
||||
dataIndex: 'operator',
|
||||
key: 'operator'
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
dataIndex: 'createTime',
|
||||
|
||||
Reference in New Issue
Block a user