|
@@ -52,6 +52,15 @@
|
|
|
<JInput placeholder="请输入" v-model:value="queryParam.orderNumber" allow-clear AutoComplete="off" />
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
+ <a-col :lg="8">
|
|
|
+ <a-form-item name="organize">
|
|
|
+ <template #label><span title="组织(organize)">组织(organize)</span></template>
|
|
|
+ <a-select v-model:value="queryParam.organize">
|
|
|
+ <a-select-option value="上海">上海</a-select-option>
|
|
|
+ <a-select-option value="香港">香港</a-select-option>
|
|
|
+ </a-select>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="submit">
|
|
|
<template #label><span title="提交(submit)">提交(submit)</span></template>
|