wupengfei
2 天以前 eae59b2d0c6f23529b4ab22c0bc4ed528e4d64f5
apps/bStandardMiniApp/src/pages/workbenches/InnerPage.vue
@@ -6,7 +6,7 @@
          <TaskDetailWelfareItem
            :icon="IconFlexjobManage"
            text="预约管理"
            @click="goPage(RouterPath.flexJobManage)"
            @click="goPage(RouterPath.appointmentManage)"
          />
          <TaskDetailWelfareItem
            :icon="IconAcceptManage"
@@ -16,7 +16,7 @@
          <TaskDetailWelfareItem
            :icon="IconTaskManage"
            text="订单管理"
            @click="goPage(RouterPath.taskManage)"
            @click="goPage(RouterPath.orderManage)"
          />
        </div>
      </CellChunk>