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