zhy
2023-10-25 8130823e7e4c36e1c10705c734b0b60b5f193958
admin-web/src/views/systemManger/org/index.vue
@@ -115,6 +115,7 @@
          {title: '编号', field: 'code', align: 'center', width: '150px'},
          {title: '机构名称', field: 'name', align: 'left'},
          {title: '层级', field: 'lv', align: 'center', width: '80px'},
          {title: '顺序号', field: 'lv', align: 'center', width: '80px'},
          {title: '备注', field: 'summary', align: 'left', width: '150px'},
          {
            field: 'belongProvince',
@@ -155,12 +156,12 @@
                this.showAudit(row);
              },
            },
            {
              title: '删除',
              events: (row) => {
                this.del(row);
              },
            }
            // {
            //   title: '删除',
            //   events: (row) => {
            //     this.del(row);
            //   },
            // }
          ],
        },
        paging: {