yangyin
2024-11-15 d04d813e078f359bf6a12b57fa0f1362226c97e3
src/views/project/ch/home/ScenarioDetails.vue
@@ -5,12 +5,12 @@
            <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