| | |
| | | <el-table-column prop="curWarningLevel" label="下发单位" align="center"></el-table-column> |
| | | <el-table-column prop="date" label="流程操作" align="center"> |
| | | <template slot-scope="scope"> |
| | | <el-button @click="handleClick(scope.row)" type="text" size="small">不存在</el-button> |
| | | <el-button @click="handleClick(scope.row)" type="text" size="small">不存在</el-button> |
| | | <el-button @click="handleClick(scope.row)" type="text" v-if="false" size="small">追查结果</el-button> |
| | | <el-button @click="handleClick(scope.row,'存在')" type="text" size="small">存在</el-button> |
| | | </template> |
| | | </el-table-column> |