| | |
| | | </el-form> |
| | | <div style="display: flex;justify-content: center;margin: 20px 0"> |
| | | <el-button @click="confirmBack()">返回列表</el-button> |
| | | <el-button type="primary" @click="confirmSubmit('feedbackForm')">提交</el-button> |
| | | <el-button type="primary" v-stop-re-click @click="confirmSubmit('feedbackForm')">提交</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="editDialog = false">取消</el-button> |
| | | <el-button type="primary" @click="postEdit('editForm')">提交</el-button> |
| | | <el-button type="primary" v-stop-re-click @click="postEdit('editForm')">提交</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | <check-details ref="report"></check-details> |