| | |
| | | <el-form-item label="体检类别" prop="tjCategory"> |
| | | <el-select |
| | | v-model="form.tjCategory" |
| | | placeholder="请选择是否上架" |
| | | placeholder="请选择体检类别" |
| | | style="width: 150px" |
| | | filterable |
| | | clearable |
| | |
| | | </el-table-column> |
| | | </el-table> --> |
| | | |
| | | <el-row :gutter="20"> |
| | | <el-col :span="7"> |
| | | <el-row :gutter="11"> |
| | | <el-col :span="11"> |
| | | <div |
| | | style="text-align: center; margin-bottom: 10px; margin-top: 10px" |
| | | > |
| | |
| | | </el-tree> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <!-- <el-col :span="6"> |
| | | <div |
| | | style="text-align: center; margin-bottom: 10px; margin-top: 10px" |
| | | > |
| | |
| | | > |
| | | </el-tree> |
| | | </div> |
| | | </el-col> |
| | | </el-col> --> |
| | | <el-col :span="11"> |
| | | <div class="grid-content bg-purple"> |
| | | <div |
| | | style="text-align: center; margin-bottom: 10px; margin-top: 10px" |
| | | style="text-align: center; margin-bottom: 10px; margin-top: 10px; margin-left: 16%;" |
| | | > |
| | | 已选项目列表 |
| | | </div> |
| | | <el-table |
| | | :data="DataList" |
| | | border |
| | | style="width: 100%" |
| | | style="width: 80%; margin-left: 18%;" |
| | | height="400" |
| | | :span-method="objectSpanMethod" |
| | | > |
| | | <el-table-column prop="propinName" label="检查项目"> |
| | | <el-table-column prop="propinName" label="检查项目" > |
| | | </el-table-column> |
| | | <el-table-column prop="proPrice" label="原价" width="56px"> |
| | | <el-table-column prop="proPrice" label="原价" align="center" > |
| | | </el-table-column> |
| | | <el-table-column prop="proName" label="明细项目" width="260px"> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="proName" label="明细项目" width="260px"> |
| | | </el-table-column> --> |
| | | |
| | | <!-- <el-table-column |
| | | label="操作" |