| | |
| | | <div class="p-[32px]"> |
| | | <div class="flex justify-between items-center"> |
| | | <div class="flex items-center"> |
| | | <i class="ywicon icon-gongzuozongjie text-[#1c86ff]" style="font-size: 20px !important"></i> |
| | | <i class="ywifont ywicon-gongzuozongjie text-[#1c86ff]" style="font-size: 20px !important"></i> |
| | | <span class="text-[14px] text-[#000] leading-5 ml-1">{{ state.select_name ? state.select_name : '' }}</span> |
| | | </div> |
| | | <el-select v-model="state.seriesModel" placeholder="请选择" size="large" @change="handleModelChange"> |
| | | <!-- <el-select v-model="state.seriesModel" placeholder="请选择" size="large" @change="handleModelChange"> |
| | | <el-option v-for="item in state.modelOptionList" :key="item.id" :label="item.title" :value="item.id" /> |
| | | </el-select> |
| | | </el-select> --> |
| | | </div> |
| | | <div class="pt-[30px]"> |
| | | <el-form |