Browse Source

2026-02-03

优化
master
fengyuan_yang 3 weeks ago
parent
commit
e887ce0b87
  1. 8
      src/views/modules/schedule/com_schedule_order_expand.vue

8
src/views/modules/schedule/com_schedule_order_expand.vue

@ -123,7 +123,13 @@
min-width="150" min-width="150"
align="center"> align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.resourceId" size="small" style="width: 100%;">
<el-select
v-model="scope.row.resourceId"
filterable
clearable
placeholder="请选择或输入搜索"
size="small"
style="width: 100%;">
<el-option <el-option
v-for="(item, index) in resourceList" v-for="(item, index) in resourceList"
:key="index" :key="index"

Loading…
Cancel
Save