Browse Source

部门管理-用户列表-拿掉删除

cxmo 1 năm trước cách đây
mục cha
commit
87784c5230
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/system_manage/departManage.vue

+ 1 - 1
src/views/system_manage/departManage.vue

@@ -117,7 +117,7 @@
 									class="editsty" 
 									@click.stop="handleChangeStatus(scope.row)"
 								>{{scope.row.Enabled===0?'启用':'禁用'}}</span>
-								<span class="deletesty" @click.stop="delUser(scope.row)">删除</span>
+								<!-- <span class="deletesty" @click.stop="delUser(scope.row)">删除</span> -->
 							</div>
 						</template>
 					</el-table-column>