WXL (wul)
2025-11-14 74d682137078861e9ca0997fd0414fa906cba1d4
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -719,9 +719,9 @@
                            <el-option
                              :value="2"
                              label="警告"
                              :style="{ color: '#fbfb4a' }"
                              :style="{ color: '#FFBA00' }"
                            >
                              <span style="color: #fbfb4a">● 警告</span>
                              <span style="color: #FFBA00">● 警告</span>
                            </el-option>
                            <el-option
                              :value="1"
@@ -1295,9 +1295,9 @@
                          <el-image
                            style="width: 100px; height: 100px"
                            :src="item.picturePath"
                            :preview-src-list="
                              item.picturePath ? [item.picturePath] : []
                            "
                             :preview-src-list="
                                item.picturePath ? [item.picturePath] : []
                              "
                          >
                          </el-image>
                        </div>