From f9b9fc079695c80d2ce9f911e2573c7d7c18ce0d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 08 五月 2025 11:20:52 +0800 Subject: [PATCH] 1 --- 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 3ba356a..0007851 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