|  |  |  | 
|---|
|  |  |  | v-hasPermi="['system:donorcharge:edit']">修改</el-button> | 
|---|
|  |  |  | <el-button size="mini" type="text" icon="el-icon-edit" @click="handleDetail(scope.row)" | 
|---|
|  |  |  | v-hasPermi="['system:donorcharge:edit']">详情</el-button> | 
|---|
|  |  |  | <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" | 
|---|
|  |  |  | v-hasPermi="['system:donorcharge:remove']">删除</el-button> | 
|---|
|  |  |  | <el-button size="mini" type="text" @click="handleDelete(scope.row)" | 
|---|
|  |  |  | v-hasPermi="['system:donorcharge:remove']"><span class="button-delete" | 
|---|
|  |  |  | ><i class="el-icon-delete"></i>删除</span | 
|---|
|  |  |  | ></el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | </el-table> | 
|---|
|  |  |  | 
|---|
|  |  |  | curdonorinfo = item; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | console.log(curdonorinfo,'curdonorinfo'); | 
|---|
|  |  |  | this.showSelectionDialog = false; | 
|---|
|  |  |  | this.$router.push({ | 
|---|
|  |  |  | path: "/finance/donorchargedetail/", | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }; | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  | <style scoped> | 
|---|
|  |  |  | /* @import url(); 引入公共css类 */ | 
|---|
|  |  |  | .button-delete{ | 
|---|
|  |  |  | color: rgb(236, 69, 69); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|