4-30 09:39 添加筛选模块
This commit is contained in:
parent
6bbc412cda
commit
a5240a4ae1
@ -57,6 +57,15 @@
|
||||
$t("message.videoManage.add")
|
||||
}}</el-button>
|
||||
<!-- 筛选 -->
|
||||
<el-select v-model="screenStr" class="screen" placeholder="请选择筛选模块" @change="handleCommand">
|
||||
<el-option
|
||||
v-for="(item) in screen"
|
||||
:key="item.id"
|
||||
:label="item.name"
|
||||
:value="item.id"
|
||||
>
|
||||
</el-option>
|
||||
</el-select>
|
||||
<!-- <el-dropdown class="screen" size="medium" @command="handleCommand">
|
||||
<el-button type="success" plain>
|
||||
{{$t("message.videoManage.screen")}}
|
||||
@ -485,6 +494,7 @@ export default {
|
||||
{id:11,name:"设计单位"},
|
||||
{id:12,name:"其他"},
|
||||
],
|
||||
screenStr:'',
|
||||
formRules: {
|
||||
account: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user