修改监控流程详情

This commit is contained in:
zhoulingpo
2023-04-21 14:11:25 +08:00
parent 37d570641d
commit 6ed94496e7
8 changed files with 71 additions and 96 deletions
@@ -38,14 +38,11 @@ export default {
};
},
methods: {
handleClose(done) {
this.$confirm('确认关闭?')
.then(_ => {
done();
})
.catch(_ => { });
handleClose() {
this.dialogVisible = true
},
open() {
this.form.name
this.dialogVisible = true
},
submit() {
@@ -95,4 +92,4 @@ export default {
height: 40px;
border-radius: 30px;
margin-right: 30px;
}</style>
}</style>