编目查询
This commit is contained in:
parent
22341b5e22
commit
1b158f81d7
|
@ -61,7 +61,16 @@
|
|||
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="16" :sm="5">
|
||||
<a-col :md="4" :sm="4">
|
||||
<a-form-item label="编目文字" :label-col="{ span: 10 }" :wrapper-col="{ span: 14 }">
|
||||
<a-select placeholder="选择编目文字" option-filter-prop="children" @change="getMetaDataTypeTree" v-model="queryParam.tagId">
|
||||
<a-select-option v-for="d in datatagSources" :key="d.id">
|
||||
{{ d.tagName }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="12" :sm="5">
|
||||
<a-form-item label="关键词">
|
||||
<a-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
|
||||
</a-form-item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user