|
@ -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" |
|
|