| | |
| | | <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="date" label="基本操作" align="center" fixed="right"> |
| | | <!-- <el-table-column prop="date" label="基本操作" align="center" fixed="right"> |
| | | <template slot-scope="scope"> |
| | | <el-button @click="updateClick(scope.row)" type="text" size="small">编辑</el-button> |
| | | <el-button @click="deleteClick(scope.row)" type="text" size="small">删除</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | </el-table> |
| | | <div style="text-align: right"> |
| | | <el-pagination |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | radio1:'待自查', |
| | | radio1:'待发送', |
| | | selectedList:[], |
| | | reList:[{label:"未关联",value:0}], |
| | | llrList:[], |