|
@@ -10,7 +10,7 @@
|
|
clearable
|
|
clearable
|
|
:props="{
|
|
:props="{
|
|
checkStrictly: true,
|
|
checkStrictly: true,
|
|
- label: 'department_name',
|
|
|
|
|
|
+ label: 'name',
|
|
value: 'id',
|
|
value: 'id',
|
|
}"
|
|
}"
|
|
@change="handleChange"
|
|
@change="handleChange"
|
|
@@ -43,17 +43,7 @@
|
|
@keyup.enter.native="handleSearch"
|
|
@keyup.enter.native="handleSearch"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
- <div class="search-item">
|
|
|
|
- <el-select
|
|
|
|
- v-model="queryParam.is_used"
|
|
|
|
- placeholder="使用状态"
|
|
|
|
- class="filter-item form-search-input fl"
|
|
|
|
- clearable
|
|
|
|
- >
|
|
|
|
- <el-option value="0" label="未使用">未使用</el-option>
|
|
|
|
- <el-option value="1" label="已使用">已使用</el-option>
|
|
|
|
- </el-select>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div class="search-operate-area">
|
|
<div class="search-operate-area">
|
|
<!-- <el-input v-model="queryParam.code" placeholder="唯一编码" clearable class="filter-item form-search-input fl" /> -->
|
|
<!-- <el-input v-model="queryParam.code" placeholder="唯一编码" clearable class="filter-item form-search-input fl" /> -->
|
|
@@ -260,6 +250,7 @@ import rlListOperate from "@/layout/rl-list-operate/rlListOperate";
|
|
import { action } from "@/directive/permission/index.js";
|
|
import { action } from "@/directive/permission/index.js";
|
|
import detail from "./detail.vue"
|
|
import detail from "./detail.vue"
|
|
import formModel from './formModel.vue'
|
|
import formModel from './formModel.vue'
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
name: "fan",
|
|
name: "fan",
|
|
directives: { action },
|
|
directives: { action },
|