| | |
| | | <!-- v-hasPermi="['project:medicalfund:export']" --> |
| | | <!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> --> |
| | | </el-row> |
| | | <el-table v-loading="loading" border :data="donateconsolationfundList"> |
| | | <el-table v-loading="loading" border :data="donateconsolationfundList" |
| | | :row-class-name="rowClassName" |
| | | > |
| | | <el-table-column |
| | | label="申请日期" |
| | | align="center" |
| | |
| | | a.download = item.name; |
| | | a.href = url; |
| | | a.dispatchEvent(event); |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | //此判断为最后三行 |
| | | if (row.recordstatus == -1 && row.backflowlevel != 0) { |
| | | return "error-row"; |
| | | } |
| | | } |
| | | }, |
| | | |
| | |
| | | </script> |
| | | <style scoped> |
| | | /* @import url(); 引入公共css类 */ |
| | | ::v-deep.el-table .error-row { |
| | | background: #FCEBEB; |
| | | } |
| | | </style> |