1
lkk
2025-04-27 1bff9afb2dfda9824c3956c4a491a1b2261ad306
src/views/picture/other/index.vue
@@ -243,14 +243,14 @@
          <!-- <el-table-column label="结论" align="center" prop="fixedValue" /> -->
        </el-table>
        <div style="height: 390px; margin-top: 10px">
        <!-- <div style="height: 390px; margin-top: 10px">
          <el-image
            v-loading="loading"
            style="height: 390px; width: 100%"
            :src="imgsrc + tjNumber + '.png'"
            :preview-src-list="[imgsrc + tjNumber + '.png']"
          ></el-image>
        </div>
        </div> -->
        <!-- <div style=" height:390px;margin-top: 10px;">
                    <div class="left"> -->
        <!-- style='height: 390px;width: 100%;' -->
@@ -266,7 +266,7 @@
                    </div>
                </div> -->
        <div style="margin-top: 20px">
        <div style="margin-top: 10px">
          <el-form
            :model="form"
            ref="queryForm"
@@ -274,10 +274,10 @@
            :inline="false"
            label-width="68px"
          >
            <el-form-item label="项目结果" prop="measuredValue">
            <el-form-item label="检查所见" prop="measuredValue">
              <el-input v-model="form.measuredValue" clearable type="textarea" />
            </el-form-item>
            <el-form-item label="结果结论" prop="fixedValue">
            <el-form-item label="检查结论" prop="fixedValue">
              <el-input
                v-model="form.fixedValue"
                clearable