office.ts 916 Bytes
/*
 * @Date: 2021-08-10 09:51:37
 * @LastEditors: wangqiang@feewee.cn
 * @LastEditTime: 2023-01-30 10:41:51
 */
export default [
  /** 会议办公 **/
  {
    path: "/office/workStandardSetting", // 工作项标准配置
    component: "./office/Work/WorkStandardSetting",
  },
  {
    path: "/office/workShopStandardSetting", // 门店工作项匹配标准设置
    component: "./office/Work/WorkShopStandardSetting",
  },
  {
    path: "/office/punishmentMattersSettings", // 处罚事项设置
    component: "./office/PunishmentMattersSettings",
  },
  {
    path: "/office/rewardAmountSetting", // 奖励额度设置
    component: "./office/RewardAmountSetting",
  },
  {
    path: "/office/workTypeSetting", // 工作类型设置
    component: "./office/WorkTypeSetting",
  },
  {
    path: "/office/workTypeSetting_private", // 工作类型设置(内部)
    component: "./office/WorkTypeSetting",
  },
];