| | |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="isShowRectifyDialog = !isShowRectifyDialog" size="default">取 消</el-button> |
| | | <el-button type="primary" @click="submitRectify" v-throttle size="default">确 实</el-button> |
| | | <el-button type="primary" @click="submitRectify" v-throttle size="default">确 定</el-button> |
| | | </span> |
| | | </template> |
| | | </el-dialog> |
| | |
| | | <template #footer> |
| | | <span class="dialog-footer" v-show="disabled"> |
| | | <el-button @click="isShowDelayDialog = !isShowDelayDialog" size="default">取 消</el-button> |
| | | <el-button type="primary" @click="submitDelay" v-throttle size="default">确 实</el-button> |
| | | <el-button type="primary" @click="submitDelay" v-throttle size="default">确 定</el-button> |
| | | </span> |
| | | </template> |
| | | </el-dialog> |