feat : 搜索工单状态选择框示例
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
<script setup lang="jsx">
|
<script setup lang="jsx">
|
||||||
import WorkEdit from '../components/WorkEdit.vue';
|
import WorkEdit from '../components/WorkEdit.vue';
|
||||||
|
import fvSelect from '@/fvcomponents/fvSelect/index.vue'
|
||||||
|
|
||||||
const workEditRef = ref()
|
const workEditRef = ref()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -50,11 +51,12 @@ const searchConfig = reactive([
|
|||||||
label: '工单状态',
|
label: '工单状态',
|
||||||
prop: 'requirementName',
|
prop: 'requirementName',
|
||||||
props: {
|
props: {
|
||||||
placeholder: '请输入工单状态查询',
|
placeholder: '请选择工单状态查询',
|
||||||
|
cacheKey: 'work_order_status',
|
||||||
clearable: true,
|
clearable: true,
|
||||||
checkStrictly: true
|
filterable: true,
|
||||||
},
|
},
|
||||||
component: 'el-input',
|
component:shallowRef(fvSelect)
|
||||||
}, {
|
}, {
|
||||||
label: '处理人',
|
label: '处理人',
|
||||||
prop: 'requirementName',
|
prop: 'requirementName',
|
||||||
|
|||||||
Reference in New Issue
Block a user