wupengfei
2025-08-01 b5e8959a30d5c10ff6c68db5bf0f60a90fea9ab8
src/views/EmploymentManage/EmploymentManage.vue
@@ -60,7 +60,7 @@
        :operationBtns="operationBtns"
      >
        <template #signNum="{ row }">
          <el-button type="text" @click="goSignList(row.id)">{{ row.signNum || 0 }}</el-button>
          <el-button link type="primary" @click="goSignList(row)">{{ row.signNum || 0 }}</el-button>
        </template>
      </ProTableV2>
    </AppContainer>
@@ -138,7 +138,6 @@
      enCode: 'arrangeBtn',
      name: '安排',
    },
    props: { type: 'danger' },
    emits: {
      onClick: (role) => handleArrange(role),
    },