|
|
|
@ -5,8 +5,10 @@
|
|
|
|
<el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input>
|
|
|
|
<el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input>
|
|
|
|
<el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery">检索</el-button>
|
|
|
|
<el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery">检索</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px">
|
|
|
|
<div style="width:100%; text-align:left">
|
|
|
|
<div style="width:100%; text-align:left">
|
|
|
|
<el-checkbox v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox>
|
|
|
|
<el-checkbox v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
|
|
|
|
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
|
|
|
|
<el-checkbox v-for="dict in dict.type.yw_type"
|
|
|
|
<el-checkbox v-for="dict in dict.type.yw_type"
|
|
|
|
:key="dict.value"
|
|
|
|
:key="dict.value"
|
|
|
|
@ -1853,7 +1855,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
::v-deep .el-checkbox{
|
|
|
|
::v-deep .el-checkbox{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
::v-deep .el-checkbox__inner::after {
|
|
|
|
::v-deep .el-checkbox__inner::after {
|
|
|
|
|