Ben Lin
2025-03-08 72675157c774fc4c6490bd1e49ca3c4aa25581f0
src/views/tigerprojects/mes/eng/routelist/index.vue
@@ -2,7 +2,7 @@
  <div>
    <BasicTable @register="registerTable">
      <template #toolbar>
        <a-button type="primary" @click="handleCreate"> 新增工艺路线 </a-button>
        <a-button type="primary" @click="handleCreate" preIcon="add_02|svg"> 新增 </a-button>
      </template>
      <template #action="{ record }">
        <TableAction
@@ -10,10 +10,12 @@
            {
              icon: 'clarity:note-edit-line',
              onClick: handleEdit.bind(null, record),
              name: undefined,
            },
            {
              icon: 'gphDesign|svg',
              onClick: handleDesign.bind(null, record),
              name: undefined,
            },
            {
              icon: 'ant-design:delete-outlined',
@@ -23,6 +25,7 @@
                placement: 'left',
                confirm: handleDelete.bind(null, record),
              },
              name: undefined,
            },
          ]"
        />