| | |
| | | size="mini" |
| | | @click.stop="viewReport(scope.row)" |
| | | v-if="scope.row.tjStatus == '1'" |
| | | :disabled="tjStatus === '1'" |
| | | title="预览" |
| | | icon="el-icon-view" |
| | | ></el-button> |
| | |
| | | type="text" |
| | | size="mini" |
| | | v-if="scope.row.tjStatus == '1'" |
| | | :disabled="tjStatus === '1'" |
| | | title="撤销" |
| | | @click.stop="getRevoke(scope.row)" |
| | | icon="el-icon-refresh-left" |
| | |
| | | :formatter="formatDate" |
| | | width="160" |
| | | /> |
| | | <el-table-column label="操作" align="center" width="80px"> |
| | | <el-table-column label="操作" align="center" fixed="right" width="80px"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | type="primary" |
| | | size="mini" |
| | | @click="huifu(scope.row)" |
| | | v-if="scope.row.type == '2'" |
| | | :disabled="tjStatus === '1'" |
| | | >恢复</el-button |
| | | > |
| | | <el-button |
| | |
| | | size="mini" |
| | | @click="chexiao(scope.row)" |
| | | v-if="scope.row.type == '1'" |
| | | :disabled="tjStatus === '1'" |
| | | >撤销</el-button |
| | | > |
| | | </template> |
| | |
| | | this.status1 = 4; |
| | | this.ychfList = res.data; |
| | | if (this.ychfList.length == 0) { |
| | | this.message.success("暂无异常恢复项目"); |
| | | this.$message.success("暂无异常恢复项目"); |
| | | } |
| | | }) |
| | | .catch((error) => { |