wupengfei
2025-12-05 037f138b351a5b3c8a25e6228312698b748225f6
apps/bMiniApp/src/subpackages/task/taskManage/InnerPage.vue
@@ -40,6 +40,14 @@
              >人员安排</nut-button
            >
            <nut-button
              v-if="item.status === EnumTaskStatus.Wait"
              type="primary"
              class="dark-btn"
              :color="Colors.Info"
              @click.stop="goBatchTaskList(item, EnumTaskUserArrangeStatus.Wait)"
              >取消录用</nut-button
            >
            <nut-button
              v-if="item.status === EnumTaskStatus.Complete"
              type="primary"
              :color="Colors.Info"