src/views/workreport/workreply.vue
@@ -81,7 +81,7 @@ editBtnText: "回复", updateBtnText: "提交", editTitle: "回复", border: false, border: true, //liu index: true, stripe: true, viewBtn: true, @@ -99,9 +99,9 @@ permissionList() { return { addBtn: this.vaildData(null, false), viewBtn: this.vaildData(this.permission.notice_view, false), viewBtn: this.vaildData(this.permission.workreply_view, false), delBtn: this.vaildData(null, false), editBtn: this.vaildData(this.permission.notice_edit, false), editBtn: this.vaildData(this.permission.workreply_edit, false), }; }, ids() {