Commit 14599bcc authored by 张伯涛's avatar 张伯涛

修改

parent 66500256
......@@ -669,6 +669,9 @@
layout="total, sizes, prev, pager, next, jumper"
:total="testInfoTable.length">
</el-pagination>
<div slot="footer" class="dialog-footer">
<el-button type="danger" class="redBtn" @click="handleClose">关 闭</el-button>
</div>
</el-dialog>
<el-dialog
:close-on-click-modal="false"
......@@ -927,6 +930,9 @@ export default {
this.dialogTitle = '维修记录'
this.repairDetailsData = row.recordList
},
handleClose() {
this.open.detailDialog = false
},
/**
* 测试详情方法
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment