Ben Lin
2024-12-30 2e9c878dab8b83a5acbfb2caf934a66394b60d98
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: ''
            },
          ]"
        />