Ben Lin
2025-03-11 2beada4c5b6d529b985c680a4672fa7e9a0587df
src/views/tigerprojects/system/dept/index.vue
@@ -10,6 +10,7 @@
            {
              icon: 'clarity:note-edit-line',
              onClick: handleEdit.bind(null, record),
              name: ''
            },
            {
              icon: 'ant-design:delete-outlined',
@@ -19,6 +20,7 @@
              placement: 'left',
                confirm: handleDelete.bind(null, record),
              },
              name: ''
            },
          ]"
        />