mirror of https://github.com/halo-dev/halo-admin
Add type param for query Attachment.
parent
27532adbdd
commit
0bd63d54af
|
@ -20,6 +20,13 @@
|
|||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="类型">
|
||||
<a-select placeholder="请选择类型">
|
||||
<a-select-option value="image/png">image/png</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<span class="table-page-search-submitButtons">
|
||||
<a-button type="primary">查询</a-button>
|
||||
|
|
Loading…
Reference in New Issue