Ben Lin
2024-12-28 f9eb1a419834f97a3ab0124b132de4f977b1973b
src/views/tigerprojects/mes/smt/smttable/index.vue
@@ -17,6 +17,7 @@
              icon: 'clarity:note-edit-line',
              tooltip: '修改',
              onClick: handleEdit.bind(null, record),
              name: ''
            },
            {
              icon: 'ant-design:delete-outlined',
@@ -27,6 +28,7 @@
                placement: 'left',
                confirm: handleDelete.bind(null, record),
              },
              name: ''
            },
          ]"
        />