zhengyiming
5 天以前 fd8ce5686b0f132cd5fa0922c12e367383d542c3
apps/bMiniApp/src/subpackages/task/components/TaskCheckCard.vue
@@ -12,8 +12,7 @@
        <template v-if="OrderUtils.isContainCheckIn(checkReceiveMethods)">
          <nut-button
            v-if="
              !userCheckHistoryType ||
              userCheckHistoryType === EnumTaskUserSubmitCheckHistoryType.CheckIn
              !checkHistoryType || checkHistoryType === EnumTaskUserSubmitCheckHistoryType.CheckIn
            "
            type="primary"
            class="task-check-card-phone-btn"
@@ -24,11 +23,15 @@
            v-else
            type="primary"
            class="task-check-card-phone-btn"
            @click.stop="handleMore"
            @click.stop="emit('checkReceive')"
            >验收</nut-button
          >
        </template>
        <nut-button v-else type="primary" class="task-check-card-phone-btn" @click.stop="handleMore"
        <nut-button
          v-else
          type="primary"
          class="task-check-card-phone-btn"
          @click.stop="emit('checkReceive')"
          >验收</nut-button
        >
      </template>
@@ -78,7 +81,7 @@
  submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
  userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
  checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
};
const props = withDefaults(defineProps<Props>(), {});