@@ -39,7 +39,6 @@
width="30%"
center
:modal-append-to-body="false"
- :disabled="auth ? false : 'disabled'"
>
<span>是否确定删除</span>
@@ -729,6 +728,9 @@ export default {
},
//悬停窗体删除按钮
delxuan() {
+ if (!this.auth) {
+ return;
+ }
this.delStatus = true;
// 点击日历