|
|
|
@ -5,7 +5,7 @@ |
|
|
|
:height="window.pageHeight < 600 ? 140 : Math.floor((window.pageHeight - 250) * 2 / 5)" size="small" |
|
|
|
highlight-current-row ref="lis_request" :row-class-name="handleRowClassName"> |
|
|
|
<el-table-column type="index" label="序号" width="50" align="center" /> |
|
|
|
<el-table-column prop="isPrint" label="打印" min-width="50"> |
|
|
|
<el-table-column prop="isPrint" label="打印" min-width="50" align="center" > |
|
|
|
<template slot-scope="scope"> |
|
|
|
<i class="el-icon-printer" v-if="scope.row.isPrint == 'Y'" style="font-size: 20px; color: green" /> |
|
|
|
</template> |
|
|
|
|