| | |
| | | :data="tableList" |
| | | @selection-change="handleChange" |
| | | border |
| | | style="height: 400px" |
| | | > |
| | | <el-table-column type="selection" width="40" align="center" /> |
| | | <el-table-column label="收费项目" align="center" prop="proName" /> |
| | |
| | | <el-table-column label="项目结果" align="center" prop="proResult" /> |
| | | <!-- <el-table-column label="结论" align="center" prop="conclusion" /> --> |
| | | </el-table> |
| | | <div style="height: 200px; margin-top: 10px"> |
| | | <!-- <div style="height: 200px; margin-top: 10px"> |
| | | <el-image |
| | | v-loading="loading" |
| | | style="height: 200px; width: 100%" |
| | |
| | | :preview-src-list="[imgsrc + tjNumber + '.png']" |
| | | ></el-image> |
| | | </div> |
| | | |
| | | --> |
| | | <div style="margin-top: 10px"> |
| | | <el-form |
| | | :model="form" |
| | |
| | | <el-form-item> |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-picture" |
| | | size="mini" |
| | | @click="tupian" |
| | | >图片</el-button |
| | | > |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | size="mini" |
| | | @click="submito" |
| | |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | |
| | | <el-dialog |
| | | title="提示" |
| | | :visible.sync="dialogVisible" |
| | | width="60%" |
| | | :before-close="handleClose" |
| | | > |
| | | <img src="../../../assets/logo/logo.png" alt="" /> |
| | | </el-dialog> |
| | | |
| | | <div style="margin-right: 70%"> |
| | | <pagination |
| | |
| | | title: "", |
| | | // 是否显示弹出层 |
| | | open: false, |
| | | dialogVisible: false, |
| | | // 查询参数 |
| | | queryParams: { |
| | | pageNum: 1, |
| | |
| | | let proId = "1633660948860522585"; |
| | | this.$refs.aaa.getList(proId); |
| | | }, |
| | | tupian() { |
| | | this.dialogVisible = true; |
| | | }, |
| | | // 确定按钮 |
| | | submito() { |
| | | if (this.dataobj) { |