体检管理bug调整

This commit is contained in:
2026-04-10 10:11:46 +08:00
parent c5401f31ae
commit bcb5b3564e
3 changed files with 55 additions and 54 deletions
@@ -147,8 +147,9 @@ layout("/layouts/platform.html"){
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="体检套餐" prop="healthCheckupProjectSubjects"> <el-form-item label="体检套餐" prop="healthCheckupProjectSubjects">
<el-card shadow="hover" v-for="(item,index) in formData.healthCheckupProjectSubjects" <el-collapse shadow="hover" v-for="(item,index) in formData.healthCheckupProjectSubjects"
:key="index"> :key="index">
<el-collapse-item :title="item.optionName" name="1">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="4"> <el-col :span="4">
医院名称: 医院名称:
@@ -196,7 +197,6 @@ layout("/layouts/platform.html"){
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<div class="s-options-list" style="margin-top: 10px;"> <div class="s-options-list" style="margin-top: 10px;">
<el-table :data="item.subjectMoneys" border size="small"> <el-table :data="item.subjectMoneys" border size="small">
<el-table-column label="序号" width="100px"> <el-table-column label="序号" width="100px">
@@ -260,7 +260,8 @@ layout("/layouts/platform.html"){
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
</el-card> </el-collapse-item>
</el-collapse>
<div class="s-operation"> <div class="s-operation">
<el-button size="small" type="primary" <el-button size="small" type="primary"
@click="formData.healthCheckupProjectSubjects.push({optionNameId:'', @click="formData.healthCheckupProjectSubjects.push({optionNameId:'',
@@ -1,7 +1,6 @@
<!--# <!--#
layout("/layouts/platform_h5.html"){ layout("/layouts/platform_h5.html"){
#--> #-->
<div id="app"> <div id="app">
<van-nav-bar @click-left="historyBack" left-arrow left-text="返回" title="体检套餐选择" placeholder <van-nav-bar @click-left="historyBack" left-arrow left-text="返回" title="体检套餐选择" placeholder
fixed></van-nav-bar> fixed></van-nav-bar>
@@ -40,10 +39,10 @@ layout("/layouts/platform_h5.html"){
<van-cell <van-cell
v-for="(item,index) in project.healthCheckupProjectSubjects" v-for="(item,index) in project.healthCheckupProjectSubjects"
:key="item.id" :key="item.id"
:title="(index + 1) + '、 ' +item.optionName"> :title="(index + 1) + '、' +item.optionName">
<template #label> <template #label>
<div style="display: flex; justify-content: space-between; margin-left: 8px"> <div style="display: flex; justify-content: space-between; margin-left: 8px">
<div @click.stop="viewDesc(item)" style="color: #0e78c5">查看说明</div> <div @click.stop="viewDesc(item)" style="color: #0e78c5; padding-left: 15px">查看说明</div>
</div> </div>
</template> </template>
<template #right-icon> <template #right-icon>
@@ -3,6 +3,7 @@ layout("/layouts/platform_h5.html"){
#--> #-->
<div id="app"> <div id="app">
<van-nav-bar @click-left="historyBack" left-arrow left-text="返回" title="基础信息" placeholder <van-nav-bar @click-left="historyBack" left-arrow left-text="返回" title="基础信息" placeholder
style="background-color: #ccc5c5;"
fixed></van-nav-bar> fixed></van-nav-bar>
<div class="form-container" v-cloak> <div class="form-container" v-cloak>
<van-form ref="formRef" @submit="doSubmit"> <van-form ref="formRef" @submit="doSubmit">