From 456ae4c82aed80e28e5b2d40339632b90c74222f Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 08 五月 2025 14:23:08 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- src/views/doctor/checkAll/index.vue | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index f1a2bb0..29efbf2 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -226,7 +226,16 @@ </table> </div> </div> - + <div class="section-title">鑱屼笟鐥呮�绘</div> +<el-form ref="numberValidateForm" label-width="80px" class="demo-ruleForm"> + <el-form-item label="妫�鏌ョ粨璁�"> + <el-input type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" v-model="textarea1" :rows="3" style="width: 96%"></el-input> + </el-form-item> + <el-form-item label="浣撴缁撴灉"> + <el-input type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" v-model="res" :rows="3" style="width: 96%"></el-input> + </el-form-item> + +</el-form> <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'"> <el-button type="primary" @click="propoChange">蹇嵎寤鸿</el-button> <el-button type="primary" @click="proposalChange">鐢熸垚寤鸿</el-button> @@ -787,6 +796,7 @@ name: "checkAll", data() { return { + res: '鏈彂鐜扮洰鏍囨�х柧鐥�', selectedAdvice: null, activeAdviceIndex: 0, advicerulesList: [], @@ -2332,7 +2342,17 @@ } } } - +.section-title { + font-size: 20px; + font-weight: bold; + color: #303133; + background-color: #f5f7fa; + padding: 10px 15px; + border-left: 4px solid #409eff; /* 宸︿晶钃濊壊杈规潯锛屽寮鸿瑙夋晥鏋� */ + margin-bottom: 15px; + margin-top: 15px; + border-radius: 4px; +} .dialog-pager { display: flex; justify-content: center; -- Gitblit v1.8.0