From 97819279661596858ab40a40d321db61f297df93 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期六, 27 五月 2023 19:24:40 +0800 Subject: [PATCH] 成长经历阅历的新增以弹窗形式展示(但还有一点问题正在解决),可删除单独的一条数据 新增荣誉证书详情页面(但数据调不出来) --- ruoyi-ui/src/views/honor/index.vue | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/honor/index.vue b/ruoyi-ui/src/views/honor/index.vue index bb75692..a5f3bf5 100644 --- a/ruoyi-ui/src/views/honor/index.vue +++ b/ruoyi-ui/src/views/honor/index.vue @@ -187,6 +187,9 @@ <el-table-column label="鑾峰緱鏃堕棿" prop="getDate" sortable width="170" align="center" > <template slot-scope="scope">{{scope.row.getDate? scope.row.getDate: '鈥斺�斺�斺��'}}</template> </el-table-column> + <el-table-column label="瀛樻斁浣嶇疆" prop="location" sortable width="170" align="center" > + <template slot-scope="scope">{{scope.row.location? scope.row.location: '鈥斺�斺�斺��'}}</template> + </el-table-column> <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="160" align="center"> <template slot-scope="scope" > <img @@ -228,12 +231,12 @@ v-hasPermi="['system:role:remove']" >鍒犻櫎</el-button> -<!-- <el-button--> -<!-- size="mini"--> -<!-- type="text"--> -<!-- icon="el-icon-d-arrow-right"--> -<!-- @click="handleCheck(scope.row)">--> -<!-- 鏌ョ湅璇︽儏</el-button>--> + <el-button + size="mini" + type="text" + icon="el-icon-d-arrow-right" + @click="handleCheck(scope.row)"> + 鏌ョ湅璇︽儏</el-button> </template> </el-table-column> </el-table> @@ -626,7 +629,7 @@ /** 鏌ョ湅璇︾粏淇℃伅 */ handleCheck(row){ const id = row.id; - this.$router.push("/familymodel/Doctor/doctorInfo/" + id); + this.$router.push("/self/honor/honorInfo/" + id); }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { @@ -634,7 +637,7 @@ let jd = true this.$router.push({ - path:"/familymodel/Doctor/doctorInfo/" + id, + path:"/self/honor/honorInfo/" + id, query:{ detail:jd } -- Gitblit v1.9.1