dashboard.ts 1009 B

1234567891011121314151617181920212223242526272829303132333435
  1. export default {
  2. dashboard: 'Dashboard',
  3. about: '关于',
  4. workbench: '工作台',
  5. analysis: '分析页',
  6. corporation: '企业管理',
  7. corporationAccount: '企业账号',
  8. corporationVerify: '企业认证',
  9. bulletin: '信息发布',
  10. bulletinRentInfo: '出租信息',
  11. bulletinSellInfo: '出售信息',
  12. bulletinDecoration: '工地装修',
  13. advertisement: '广告位',
  14. advertisementList: '轮播图',
  15. advertisementPads: '推荐位',
  16. scenes: 'VR场景管理',
  17. scenesDownload: '场景下载',
  18. scenesList: '场景列表',
  19. scenesLive: '直播',
  20. devices: '设备管理',
  21. product: '商品管理',
  22. productRef: '商品属性',
  23. productList: '商品列表',
  24. productCategory: '商品分类',
  25. order: '订单管理',
  26. orderList: '订单列表',
  27. orderDetail: '订单详情',
  28. member: '会员管理',
  29. memberList: '会员列表',
  30. staff: '员工管理',
  31. staffList: '员工列表',
  32. staffClean: '清除状态',
  33. feedback: '反馈管理',
  34. feedbackList: '反馈列表',
  35. };