From c6cde48b9aabb74e0a3d0cbcf3f2ff6a476bd88c Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 17 三月 2025 17:38:22 +0800 Subject: [PATCH] 2 --- src/views/picture/picture/index.vue | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue index 5f34f8e..75451a9 100644 --- a/src/views/picture/picture/index.vue +++ b/src/views/picture/picture/index.vue @@ -33,7 +33,8 @@ type="primary" icon="el-icon-search" size="mini" - @click="handleQuery" style="margin-right:15px;" + @click="handleQuery" + style="margin-right: 15px" >鎼滅储</el-button > <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" @@ -76,7 +77,7 @@ <!-- <template slot-scope="scope"> {{ scope.row.customer.cusSex === 0 ? "鐢�" : "濂�" }} </template> --> - <template slot-scope="scope"> + <template slot-scope="scope"> <span v-if="scope.row.cusSex == '0'">鐢�</span> <span v-if="scope.row.cusSex == '1'">濂�</span> <span v-if="scope.row.cusSex == '2'">鏈煡</span> @@ -141,21 +142,22 @@ ></el-image> </div> - <div style="margin-top: 20px"> + <div style="margin-top: 10px"> <el-form :model="form" ref="queryForm" size="small" - :inline="true" + :inline="false" label-width="68px" > - <el-form-item label="椤圭洰缁撴灉" prop="proResult"> - <el-input v-model="form.proResult" clearable /> + <el-form-item label="妫�鏌ユ墍瑙�" prop="proResult"> + <el-input v-model="form.proResult" clearable type="textarea" /> </el-form-item> - <el-form-item label="缁撴灉缁撹" prop="conclusion"> + <el-form-item label="妫�鏌ョ粨璁�" prop="conclusion"> <el-input v-model="form.conclusion" clearable + type="textarea" @focus="submiepilog" /> </el-form-item> @@ -339,9 +341,9 @@ }; this.resetForm("form"); }, - hb(){ + hb() { console.log(this.queryParams.tjNum); - if (this.queryParams.tjNum != null) { + if (this.queryParams.tjNum != null) { this.handleQuery(); } }, -- Gitblit v1.8.0