| | |
| | | <el-table-column prop="creator" label="操作"></el-table-column> |
| | | </template> |
| | | </Table> |
| | | <div class="btn_box flex"> |
| | | <div class="btn_box flex "> |
| | | <el-button type="primary" @click="onSubmit">提交确认单</el-button> |
| | | <el-button @click="$router.go(-1)">存草稿</el-button> |
| | | </div> |
| | |
| | | <el-table-column prop="creator" label="状态"></el-table-column> |
| | | </template> |
| | | </TableCustom> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <span slot="footer" class="select-member-footer"> |
| | | <el-button @click="show = false">取 消</el-button> |
| | | <el-button type="primary" @click="show = false">确 定</el-button> |
| | | </span> |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | .dialog-footer { |
| | | display: flex |
| | | ; |
| | | justify-content: center; |
| | | gap: 10px; |
| | | } |
| | | </style> |