Browse Source

对应字段options添加请选择

master
xuhuajiao 1 year ago
parent
commit
c7e08c16df
  1. 1
      src/views/system/fieldCorresManage/module/form.vue

1
src/views/system/fieldCorresManage/module/form.vue

@ -23,6 +23,7 @@
<div v-loading="leftLoading" class="field-list"> <div v-loading="leftLoading" class="field-list">
<div v-for="(item, index) in selectStatus" :key="index" class="field-item"> <div v-for="(item, index) in selectStatus" :key="index" class="field-item">
<el-select v-if="item.mode" :key="index" v-model="item.value" @change="selectChange(index)"> <el-select v-if="item.mode" :key="index" v-model="item.value" @change="selectChange(index)">
<el-option value="">请选择</el-option>
<el-option <el-option
v-for="v in options" v-for="v in options"
:key="v.id" :key="v.id"

Loading…
Cancel
Save