| | |
| | | <el-button type="text" |
| | | size="small" |
| | | icon="el-icon-refresh" |
| | | :style="{color: scope.row.suspensionState === 1 ? '#67C23A' : '#F56C6C'}" |
| | | v-if="permissionList.state" |
| | | @click.stop="handleDoState(scope.row,scope.index)">{{scope.row.suspensionState===1?'激活':'挂起'}} |
| | | @click.stop="handleDoState(scope.row, scope.index)"> |
| | | {{ scope.row.suspensionState === 1 ? '激活' : '挂起' }} |
| | | </el-button> |
| | | <el-button type="text" |
| | | size="small" |
| | |
| | | }], |
| | | option: { |
| | | height: 'auto', |
| | | calcHeight: 30, |
| | | calcHeight: 20, |
| | | columnBtn:false, |
| | | tip: false, |
| | | searchShow: true, |