Merge pull request 'feat : 搜索工单状态选择框示例' (#13) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/13
This commit is contained in:
2024-09-11 05:11:18 +00:00

View File

@@ -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',