From 53606eac81e6d3a76937c4cb6f45ad61581cb4da Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 05 六月 2025 14:41:55 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/doctor/examination/index.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 6bed4b8..8952269 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -146,6 +146,12 @@ <!-- </template> --> </el-table-column> <el-table-column + label="骞撮緞" + align="center" + prop="age" + min-width="100" + /> + <el-table-column label="鎵嬫満鍙�" align="center" prop="cusPhone" @@ -328,7 +334,7 @@ size="mini" type="text" @click="yijian(scope.row)" - v-if="yijiantype == N" + v-if="yijiantype == 'N'" >宸叉</el-button > <el-button @@ -338,6 +344,7 @@ @click="queryResultone(scope.row)" >缁撴灉</el-button > + <!-- --> <!-- @click="chaxun(scope.row) " --> </template> </el-table-column> @@ -363,6 +370,11 @@ <el-table-column label="妫�娴嬬粨鏋�" prop="pro_result"> </el-table-column> <el-table-column label="鍙傝�冭寖鍥�" prop="ckfw"> </el-table-column> + <el-table-column label="寮傚父鏍囧織" prop="ycbz"> + <template slot-scope="scope"> + {{ scope.row.ycbz == 0 ? "姝e父" : "寮傚父" }} + </template> + </el-table-column> </el-table> </div> @@ -520,7 +532,7 @@ }, methods: { changRed({ row }) { - if (row.ycbz != "" && row.ycbz != null && row.ycbz === "1") { + if (row.ycbz != "" && row.ycbz != null && row.ycbz === 1) { // 鍙橀鑹茬殑鏉′欢 return { color: "red", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor @@ -867,8 +879,6 @@ const proId = row.proId; resultList(tjNum, proId).then((res) => { this.jieguoList = res.data; - console.log(this.jieguoList, 998877); - this.jyjc = this.jieguoList[0].jyjc; const ycbz = this.jieguoList[0].ycbz; /* if (ycbz === "" || ycbz === null) { -- Gitblit v1.8.0