wupengfei
3 天以前 37e6ed1a122f6791b77fe8574fa2ff3ad1079b68
apps/bMiniApp/src/subpackages/task/taskManage/InnerPage.vue
@@ -28,10 +28,12 @@
        :createdTime="item.createdTime"
        :serviceFee="item.serviceFee"
        :unit="BillingMethodEnumUnit[item.billingMethod]"
        @click="goSubmitTaskDetail(item)"
        mode="taskManage"
      >
        <template #footer-actions>
          <nut-button type="primary" @click.stop="goBatchTaskList(item, 'arrange')"
            >人员安排</nut-button
          >
          <nut-button
            v-if="item.status === EnumTaskStatus.Complete"
            type="primary"
@@ -39,9 +41,6 @@
            class="dark-btn"
            @click.stop="goBatchTaskList(item, 'detail')"
            >详情</nut-button
          >
          <nut-button type="primary" v-else @click.stop="goBatchTaskList(item, 'arrange')"
            >人员安排</nut-button
          >
        </template>
      </JobApplicationCard>