YangYuGang
2025-03-11 bfdfeb40c7ba97511584a30477acf5ad801398ba
src/views/tigerprojects/wms/shelf/index.vue
@@ -9,7 +9,8 @@
          :actions="[
            {
              icon: 'clarity:note-edit-line',
              onClick: handleEdit.bind(null, record),
              onClick: __VLS_ctx.handleEdit.bind(null, record),
              name: undefined
            },
            {
              icon: 'ant-design:delete-outlined',
@@ -17,8 +18,9 @@
              popConfirm: {
                title: '是否确认删除?',
                placement: 'left',
                confirm: handleDelete.bind(null, record),
                confirm: __VLS_ctx.handleDelete.bind(null, record),
              },
              name: undefined
            },
          ]"
        />