src/views/list.vue
@@ -144,7 +144,8 @@ tableChange(val) { this.selected = val; this.detailData = val; if (this.selected.userId == this.userId) { // this.editShow = true; if (this.selected.userId == this.userId) { this.editShow = true; }else { this.editShow = false; @@ -225,7 +226,7 @@ }, addProject() { this.dialog_1 = true; this.rowData = {}; }, editProject() { if(!this.selected || this.selected.status != "edit"){