查询问题
This commit is contained in:
@@ -28,10 +28,11 @@
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="合同类型">
|
||||
<a-input
|
||||
<a-select
|
||||
v-model:value="queryParam.contractType"
|
||||
allow-clear
|
||||
placeholder="请输入合同类型编码"
|
||||
placeholder="请选择合同类型"
|
||||
:options="contractTypeOptions"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -305,7 +306,10 @@ import ContractPartyPlaceholderModal from "./components/ContractPartyPlaceholder
|
||||
import MixedSignModal from "./components/mixedSignModal.vue";
|
||||
import UploadSignedModal from "./components/UploadSignedModal.vue";
|
||||
import ContractArchiveModal from "./components/ContractArchiveModal.vue";
|
||||
import { getContractTypeSimpleLabel } from "./contractLaunchOptions.js";
|
||||
import {
|
||||
contractTypeOptions,
|
||||
getContractTypeSimpleLabel,
|
||||
} from "./contractLaunchOptions.js";
|
||||
import {
|
||||
copyLaunchDraft,
|
||||
createLaunchChangeDraft,
|
||||
|
||||
Reference in New Issue
Block a user