From fd8a16e3f8c1b731a9840be1fc63f88e4c7ebb24 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 29 四月 2024 22:11:32 +0800 Subject: [PATCH] 完善了会议申请模块 --- ruoyi-ui/src/views/travel/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/travel/index.vue b/ruoyi-ui/src/views/travel/index.vue index b6a91de..18e07c9 100644 --- a/ruoyi-ui/src/views/travel/index.vue +++ b/ruoyi-ui/src/views/travel/index.vue @@ -78,7 +78,7 @@ icon="el-icon-delete" size="mini" :disabled="multiple" - @click="handleDelete1" + @click="handleDelete" v-hasPermi="['system:role:remove']" >鍒犻櫎</el-button> </el-col> @@ -88,6 +88,7 @@ <!-- 搴忓彿銆佸熀閲�/鍙拌处銆佹椂闂淬�佹敹鍏�/鏀嚭銆佺敤閫斻�佷娇鐢ㄤ汉銆佺幇閲�/鑷姩鎵e垝銆佷綑棰濄�佺數瀛愭枃浠躲�佸娉� 鎿嶄綔--> <!-- 杩欓噷鏈変釜familyList鏁扮粍 鏄湪data()涓畾涔夌殑 --> <el-table v-loading="loading" :data="travelpriceList" @row-click="getRowId" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> + <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> <el-table-column type="expand" :cell-class-name="expandRowClassName"> <template slot-scope="props"> <div > @@ -829,7 +830,7 @@ this.travelpriceList = response.data.data; //alert(this.travelpriceList.url) console.log("0000") - console.log(this.travelpriceList) + console.log(this.travelpriceList,'1111111111111111111111111') this.total = response.data.total; this.loading = false; -- Gitblit v1.9.1