qx
2025-05-08 456ae4c82aed80e28e5b2d40339632b90c74222f
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;