From 1bff9afb2dfda9824c3956c4a491a1b2261ad306 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期日, 27 四月 2025 14:37:54 +0800 Subject: [PATCH] 1 --- src/views/picture/other/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/picture/other/index.vue b/src/views/picture/other/index.vue index c2ee1df..a356c81 100644 --- a/src/views/picture/other/index.vue +++ b/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%;' --> @@ -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 -- Gitblit v1.8.0