|  |  |  | 
|---|
|  |  |  | @click="handleDelete(scope.row)" | 
|---|
|  |  |  | v-hasPermi="['project:ethicalfund:delete']" | 
|---|
|  |  |  | ><span class="button-delete" | 
|---|
|  |  |  | ><i class="el-icon-delete"></i>删除</span | 
|---|
|  |  |  | ></el-button | 
|---|
|  |  |  | ><i class="el-icon-delete"></i>删除</span | 
|---|
|  |  |  | ></el-button | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-button | 
|---|
|  |  |  | size="mini" | 
|---|
|  |  |  | 
|---|
|  |  |  | type="text" | 
|---|
|  |  |  | size="small" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <span class="button-delete" | 
|---|
|  |  |  | ><i class="el-icon-delete"></i>删除</span | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <span class="button-delete" | 
|---|
|  |  |  | ><i class="el-icon-delete"></i>删除</span | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | 
|---|
|  |  |  | this.detailInfoDialogShow = false; | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | rowClassName({ row, column, rowIndex, columnIndex }) { | 
|---|
|  |  |  | if (row.recordstatus == -1 && row.backflowlevel >= 0) { | 
|---|
|  |  |  | if (row.recordstatus == -1 && row.backflowlevel != null) { | 
|---|
|  |  |  | return "error-row"; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return ""; | 
|---|
|  |  |  | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  | <style lang="scss" scoped> | 
|---|
|  |  |  | /* @import url(); 引入公共css类 */ | 
|---|
|  |  |  | .button-delete{ | 
|---|
|  |  |  | .button-delete { | 
|---|
|  |  |  | color: rgb(236, 69, 69); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ::v-deep.el-table .error-row { | 
|---|