menu-list-sp.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. // 此处定义所有有关 sa-plus 的路由菜单
  2. // 如需添加自定义菜单,请不要更改此文件,请在 menu-list.js 里添加 (没有这个文件就新建)
  3. window.menuList = window.menuList || [];
  4. window.menuList.unshift({
  5. id: 'bas',
  6. name: '身份相关',
  7. isShow: false, // 隐藏显示
  8. info: '身份相关权限,不显示在菜单上',
  9. childList: [{
  10. id: '1',
  11. name: '身份-超管',
  12. info: '最高权限,超管身份的代表(请谨慎授权)',
  13. isShow: false
  14. },
  15. {
  16. id: '11',
  17. name: '身份-普通账号',
  18. isShow: false,
  19. info: '无特殊权限'
  20. },
  21. {
  22. id: '99',
  23. name: '允许进入后台管理',
  24. isShow: false,
  25. info: '只有拥有这个权限的角色才可以进入后台'
  26. },
  27. ]
  28. }, {
  29. id: 'console',
  30. name: '监控中心',
  31. icon: 'el-icon-view',
  32. parent:true,
  33. info: '对本系统的各种监控',
  34. childList: [{
  35. id: 'sql-console',
  36. name: 'SQL监控台',
  37. url: 'sa-view-sp/sp-console/sql-console.html',
  38. info: 'sql控制台'
  39. },
  40. {
  41. id: 'redis-console',
  42. name: 'Redis控制台',
  43. url: 'sa-view-sp/sp-console/redis-console.html',
  44. info: 'redis常用工具'
  45. },
  46. {
  47. id: 'apilog-list',
  48. name: 'API请求日志',
  49. url: 'sa-view-sp/sp-apilog/api-log-list.html',
  50. info: '记录本系统所有的api请求'
  51. },
  52. ]
  53. },
  54. {
  55. id: 'sp-cfg',
  56. name: '系统配置',
  57. parent:true,
  58. icon: 'el-icon-setting',
  59. info: '有关系统的一些配置',
  60. childList: [{
  61. id: 'sp-cfg-app',
  62. name: '系统对公配置',
  63. url: 'sa-view-sp/sp-cfg/app-cfg.html'
  64. },
  65. {
  66. id: 'sp-cfg-server',
  67. name: '服务器私有配置',
  68. url: 'sa-view-sp/sp-cfg/server-cfg.html'
  69. },
  70. ]
  71. }, {
  72. id: 'sys-dict',
  73. name: '系统字典',
  74. icon: 'el-icon-setting',
  75. info: '系统字典配置',
  76. childList: [{
  77. id: 'sys-dict-list',
  78. name: '字典列表',
  79. url: 'sa-view/sys-dict/sys-dict-list.html'
  80. }, ]
  81. },
  82. {
  83. id: 'auth',
  84. parent: true,
  85. name: '权限控制',
  86. icon: 'el-icon-unlock',
  87. childList: [{
  88. id: 'role-list',
  89. name: '角色列表',
  90. url: 'sa-view-sp/sp-role/role-list.html',
  91. },
  92. {
  93. id: 'admin-list',
  94. name: '管理员列表',
  95. url: 'sa-view-sp/sp-admin/admin-list.html',
  96. },
  97. {
  98. id: 'customer-auth-list',
  99. name: '客户权限列表',
  100. url: 'sa-view/tb-costomer/tb-menu-list.html',
  101. },
  102. {
  103. id: 'partner-auth-list',
  104. name: '合作伙伴列表',
  105. url: 'sa-view/tb-partner/tb-menu-list.html',
  106. },
  107. ]
  108. }, {
  109. id: 'tb-costomer',
  110. name: '客户管理',
  111. parent: true,
  112. icon: 'el-icon-s-custom',
  113. childList: [{
  114. id: 'tb-costomer-list',
  115. name: '客户列表',
  116. url: 'sa-view/tb-costomer/tb-costomer-list.html'
  117. },
  118. {
  119. id: 'tb-costomer-add',
  120. name: '添加',
  121. isShow: false
  122. },
  123. {
  124. id: 'tb-costomer-judge',
  125. name: '审核',
  126. isShow: false
  127. },
  128. {
  129. id: 'tb-costomer-del',
  130. name: '删除',
  131. isShow: false
  132. },
  133. {
  134. id: 'tb-costomer-edit',
  135. name: '修改',
  136. isShow: false
  137. },
  138. {
  139. id: 'tb-costomer-account',
  140. name: '账户',
  141. isShow: false,
  142. childList: [{
  143. id: 'tb-costomer-account-charge',
  144. name: '充值',
  145. isShow: false,
  146. }]
  147. },
  148. {
  149. id: 'tb-costomer-user',
  150. name: '用户管理',
  151. isShow: false,
  152. childList: [{
  153. id: 'tb-costomer-user-add',
  154. name: '添加',
  155. isShow: false,
  156. },
  157. {
  158. id: 'tb-costomer-user-del',
  159. name: '删除',
  160. isShow: false,
  161. },
  162. {
  163. id: 'tb-costomer-user-edit',
  164. name: '编辑',
  165. isShow: false,
  166. },
  167. ]
  168. },
  169. ]
  170. },
  171. {
  172. id: 'tb-costomer-maintain',
  173. name: '信息维护',
  174. parent: true,
  175. icon: 'el-icon-s-custom',
  176. childList: [{
  177. id: 'tb-costomer-maintain-list',
  178. name: '企业信息',
  179. icon: 'el-icon-s-custom',
  180. url: 'sa-view/tb-costomer/tb-costomer-maintain.html',
  181. childList: [{
  182. id: 'tb-costomer-maintain-edit',
  183. name: '编辑信息',
  184. isShow: false
  185. },
  186. {
  187. id: 'tb-costomer-maintain-account',
  188. name: '账户管理',
  189. isShow: false
  190. },
  191. {
  192. id: 'tb-costomer-maintain-user',
  193. name: '用户管理',
  194. parent: true,
  195. isShow: false,
  196. childList: [{
  197. id: 'tb-costomer-maintain-user-add',
  198. name: '添加',
  199. isShow: false,
  200. },
  201. {
  202. id: 'tb-costomer-maintain-user-del',
  203. name: '删除',
  204. isShow: false,
  205. },
  206. {
  207. id: 'tb-costomer-maintain-user-edit',
  208. name: '编辑',
  209. isShow: false,
  210. },
  211. ]
  212. },
  213. ]
  214. }, ]
  215. }, {
  216. id: 'tb-partner',
  217. name: '合作伙伴',
  218. parent: true,
  219. icon: 'el-icon-s-custom',
  220. childList: [{
  221. id: 'tb-partner-list',
  222. name: '信息管理',
  223. url: 'sa-view/tb-partner/tb-partner-list.html',
  224. childList: [{
  225. id: 'tb-partner-add',
  226. name: '添加伙伴',
  227. isShow: false,
  228. },
  229. {
  230. id: 'tb-partner-del',
  231. name: '删除伙伴',
  232. isShow: false,
  233. },
  234. {
  235. id: 'tb-partner-edit',
  236. name: '编辑伙伴',
  237. isShow: false,
  238. },
  239. {
  240. id: 'tb-partner-user',
  241. name: '伙伴用户',
  242. isShow: false,
  243. parent: true,
  244. childList: [{
  245. id: 'tb-partner-user-add',
  246. name: '添加用户',
  247. isShow: false,
  248. },
  249. {
  250. id: 'tb-partner-user-edit',
  251. name: '编辑用户',
  252. isShow: false,
  253. },
  254. {
  255. id: 'tb-partner-user-del',
  256. name: '删除用户',
  257. isShow: false,
  258. },
  259. ]
  260. },
  261. ],
  262. }, ]
  263. }, {
  264. id: 'tb-car',
  265. name: '车辆管理',
  266. parent: true,
  267. icon: 'el-icon-s-platform',
  268. childList: [{
  269. id: 'tb-car-list',
  270. name: '车辆列表',
  271. icon: 'el-icon-s-platform',
  272. url: 'sa-view/tb-car/tb-car-list.html',
  273. childList: [{
  274. id: 'tb-car-add',
  275. name: '添加车辆',
  276. isShow: false
  277. },
  278. {
  279. id: 'tb-car-edit',
  280. name: '编辑车辆',
  281. isShow: false
  282. },
  283. {
  284. id: 'tb-car-del',
  285. name: '删除车辆',
  286. isShow: false
  287. },
  288. {
  289. id: 'tb-car-import',
  290. name: '批量导入',
  291. isShow: false
  292. },
  293. ]
  294. },
  295. {
  296. id: 'tb-mild-car-list',
  297. name: '4.2~9.6车备案',
  298. icon: 'el-icon-s-platform',
  299. url: 'sa-view/tb-mild-car/tb-mild-car-list.html',
  300. childList: [{
  301. id: 'tb-mild-car-add',
  302. name: '添加车辆',
  303. isShow: false
  304. },
  305. {
  306. id: 'tb-mild-car-edit',
  307. name: '编辑车辆',
  308. isShow: false
  309. },
  310. {
  311. id: 'tb-mild-car-del',
  312. name: '删除车辆',
  313. isShow: false
  314. },
  315. {
  316. id: 'tb-mild-car-export',
  317. name: '批量导出',
  318. isShow: false
  319. },
  320. ]
  321. }
  322. ]
  323. }, {
  324. id: 'tb-business-item',
  325. name: '作业管理',
  326. icon: 'el-icon-edit-outline',
  327. parent: true,
  328. childList: [{
  329. id: 'tb-business-item-pick-list',
  330. name: '我要接单',
  331. url: 'sa-view/tb-partner/tb-business-pick-list.html',
  332. childList: [{
  333. id: 'tb-business-item-pick',
  334. name: '接单',
  335. isShow: false,
  336. }]
  337. },
  338. {
  339. id: 'tb-business-item-list',
  340. name: '作业订单',
  341. url: 'sa-view/tb-partner/tb-business-item-list.html',
  342. childList: [{
  343. id: 'tb-business-item-confirm',
  344. name: '接单确认',
  345. isShow: false,
  346. }, ]
  347. },
  348. ]
  349. }, {
  350. id: 'tb-business',
  351. name: '业务管理',
  352. icon: 'el-icon-edit-outline',
  353. parent: true,
  354. childList: [
  355. {
  356. id: 'tb-car-disincle-list',
  357. name: '业务管理',
  358. url: 'sa-view/tb-business/tb-car-disincle-list.html',
  359. childList: [{
  360. id: 'tb-flex-business-add',
  361. name: '添加业务',
  362. isShow: false
  363. },
  364. {
  365. id: 'tb-flex-business-edit',
  366. name: '编辑业务',
  367. isShow: false
  368. },
  369. {
  370. id: 'tb-flex-business-del',
  371. name: '删除业务',
  372. isShow: false
  373. },
  374. {
  375. id: 'tb-flex-business-pay',
  376. name: '手工缴费',
  377. isShow: false
  378. },
  379. {
  380. id: 'tb-flex-business-judge',
  381. name: '业务审核',
  382. isShow: false
  383. },
  384. {
  385. id: 'tb-business-car-bind',
  386. name: '车辆绑定',
  387. isShow: false
  388. },
  389. {
  390. id: 'tb-flex-business-confirm',
  391. name: '账单确认',
  392. isShow: false
  393. },
  394. {
  395. id: 'tb-business-zx-print',
  396. name: '装卸打印',
  397. isShow: false
  398. },
  399. {
  400. id: 'tb-business-item-supplement',
  401. name: '补录缴费',
  402. isShow: false
  403. },
  404. ]
  405. },
  406. {
  407. id: 'tb-abinet-record',
  408. name: '存/取柜记录',
  409. url: 'sa-view/tb-business/tb-abinet-record.html',
  410. },
  411. {
  412. id: 'tb-supplement-list',
  413. name: '补录订单',
  414. url: 'sa-view/tb-business/tb-supplement-list.html',
  415. childList: [{
  416. id: 'tb-supplement-add',
  417. name: '添加',
  418. isShow: false
  419. },
  420. {
  421. id: 'tb-supplement-edit',
  422. name: '修改',
  423. isShow: false
  424. },
  425. {
  426. id: 'tb-supplement-del',
  427. name: '删除',
  428. isShow: false
  429. },
  430. {
  431. id: 'tb-supplement-push',
  432. name: '发起流程',
  433. isShow: false
  434. },
  435. ]
  436. }
  437. ]
  438. }, {
  439. id: 'tb-item-type',
  440. name: '收费项管理',
  441. icon: 'el-icon-notebook-2',
  442. parent: true,
  443. childList: [{
  444. id: 'tb-goods-list',
  445. name: '业务项管理',
  446. url: 'sa-view/tb-goods/tb-goods-list.html',
  447. childList: [{
  448. id: 'tb-goods-add',
  449. name: '添加业务项',
  450. isShow: false
  451. },
  452. {
  453. id: 'tb-goods-edit',
  454. name: '编辑业务项',
  455. isShow: false
  456. },
  457. {
  458. id: 'tb-goods-del',
  459. name: '删除业务项',
  460. isShow: false
  461. },
  462. {
  463. id: 'tb-goods-item-type',
  464. name: '编辑收费项',
  465. isShow: false
  466. },
  467. ]
  468. }, {
  469. id: 'tb-item-type-list',
  470. name: '业务类型管理',
  471. url: 'sa-view/tb-item-type/tb-item-type-list.html',
  472. childList: [{
  473. id: 'tb-item-type-add',
  474. name: '添加收费项',
  475. isShow: false
  476. },
  477. {
  478. id: 'tb-item-type-edit',
  479. name: '编辑收费项',
  480. isShow: false
  481. },
  482. {
  483. id: 'tb-item-type-relation',
  484. name: '收费明细',
  485. isShow: false
  486. },
  487. {
  488. id: 'tb-item-type-del',
  489. name: '删除收费项',
  490. isShow: false
  491. },
  492. ]
  493. },
  494. {
  495. id: 'tb-item-re-list',
  496. name: '车型管理',
  497. url: 'sa-view/tb-item-type/tb-item-list.html',
  498. childList: [{
  499. id: 'tb-item-manager-add',
  500. name: '添加明细',
  501. isShow: false
  502. },
  503. {
  504. id: 'tb-item-manager-del',
  505. name: '删除明细',
  506. isShow: false
  507. },
  508. {
  509. id: 'tb-item-manager-edit',
  510. name: '修改明细',
  511. isShow: false
  512. },
  513. ]
  514. },
  515. {
  516. id: 'tb-sort-group',
  517. name: '其他业务设置',
  518. url: 'sa-view/tb-sort-group/tb-sort-group-list.html',
  519. childList: [{
  520. id: 'tb-sort-group-add',
  521. name: '添加',
  522. isShow: false
  523. },
  524. {
  525. id: 'tb-sort-group-del',
  526. name: '删除',
  527. isShow: false
  528. },
  529. {
  530. id: 'tb-sort-group-edit',
  531. name: '修改',
  532. isShow: false
  533. },
  534. ]
  535. },
  536. ],
  537. },
  538. {
  539. id: 'tb-business-car',
  540. name: '放行记录',
  541. icon: 'el-icon-notebook-2',
  542. parent: true,
  543. childList: [{
  544. id: 'tb-business-car-list',
  545. name: '放行列表',
  546. url: 'sa-view/tb-business-car/tb-business-car-list.html',
  547. childList: [{
  548. id: 'tb-business-car-add',
  549. name: '添加记录',
  550. isShow: false
  551. },
  552. {
  553. id: 'tb-business-car-export',
  554. name: '导出记录',
  555. isShow: false
  556. },
  557. {
  558. id: 'tb-business-car-judge',
  559. name: '审核',
  560. isShow: false
  561. },
  562. {
  563. id: 'tb-business-car-print',
  564. name: '打印凭证',
  565. isShow: false
  566. },
  567. {
  568. id: 'tb-business-car-edit',
  569. name: '修改记录',
  570. isShow: false
  571. },
  572. {
  573. id: 'tb-business-car-del',
  574. name: '删除记录',
  575. isShow: false
  576. },
  577. ]
  578. }, ]
  579. }, {
  580. id: 'info-setting',
  581. name: '信息设置',
  582. icon: 'el-icon-monitor',
  583. parent: true,
  584. childList: [{
  585. id: 'tb-item',
  586. name: '收费管理',
  587. icon: 'el-icon-coin',
  588. parent: true,
  589. childList: [{
  590. id: 'tb-item-list',
  591. name: '收费标准',
  592. url: 'sa-view/tb-item/tb-item-list.html'
  593. },
  594. {
  595. id: 'tb-item-list-edit-type',
  596. name: '修改类型',
  597. isShow: false
  598. },
  599. ]
  600. }, ]
  601. }, {
  602. id: 'tb-notices',
  603. name: '消息管理',
  604. icon: 'el-icon-news',
  605. parent: true,
  606. childList: [{
  607. id: 'tb-notices-list',
  608. name: '消息列表',
  609. url: 'sa-view/tb-notices/tb-notices-list.html',
  610. childList: [{
  611. id: 'tb-notices-add',
  612. name: '添加消息',
  613. isShow: false
  614. },
  615. {
  616. id: 'tb-notices-del',
  617. name: '删除消息',
  618. isShow: false
  619. },
  620. {
  621. id: 'tb-notices-edit',
  622. name: '修改消息',
  623. isShow: false
  624. },
  625. ]
  626. },
  627. ]
  628. }, {
  629. id: 'tb-pay-record',
  630. name: '支付记录',
  631. icon: 'el-icon-folder-opened',
  632. parent: true,
  633. childList: [{
  634. id: 'tb-pay-record-list',
  635. name: '支付记录',
  636. url: 'sa-view/tb-pay-record/tb-pay-record-list.html'
  637. }, ]
  638. }, {
  639. id: 'tb-discount',
  640. name: '折扣管理',
  641. icon: 'el-icon-folder-opened',
  642. parent: true,
  643. childList: [{
  644. id: 'tb-discount-list',
  645. name: '折扣管理',
  646. url: 'sa-view/tb-discount/tb-discount-list.html',
  647. childList: [{
  648. id: 'tb-discount-add',
  649. name: '添加折扣',
  650. isShow: false
  651. },
  652. {
  653. id: 'tb-discount-del',
  654. name: '删除',
  655. isShow: false
  656. },
  657. {
  658. id: 'tb-discount-edit',
  659. name: '编辑',
  660. isShow: false
  661. },
  662. {
  663. id: 'tb-discount-change',
  664. name: '启用/停用',
  665. isShow: false
  666. },
  667. ]
  668. }, ]
  669. }, {
  670. id: 'tb-fee-statistics',
  671. name: '收费统计',
  672. icon: 'el-icon-folder-opened',
  673. parent: true,
  674. childList: [{
  675. id: 'tb-fee-details-list',
  676. name: '收费明细',
  677. url: 'sa-view/tb-fee-statistics/tb-fee-details-list.html',
  678. childList: [
  679. {
  680. id: 'tb-statistics-print',
  681. name: '打印',
  682. isShow: false
  683. },
  684. {
  685. id: 'tb-statistics-export',
  686. name: '导出',
  687. isShow: false
  688. },
  689. {
  690. id: 'tb-kaidan-confirm',
  691. name: '开单确认',
  692. isShow: false
  693. },
  694. {
  695. id: 'tb-diaodu-confirm',
  696. name: '复核确认',
  697. isShow: false
  698. },
  699. {
  700. id: 'tb-jicha-confirm',
  701. name: '稽查确认',
  702. isShow: false
  703. },
  704. {
  705. id: 'tb-jicha-cancel',
  706. name: '取消确认',
  707. isShow: false
  708. },
  709. ]
  710. },
  711. {
  712. id: 'tb-fee-statistics-list',
  713. name: '日统计',
  714. url: 'sa-view/tb-fee-statistics/tb-fee-statistics-list.html',
  715. childList:[{
  716. id: 'tb-fee-statistics-judge',
  717. name: '审核',
  718. isShow: false
  719. }]
  720. },
  721. {
  722. id: 'month-statistcs-list',
  723. name: '月统计',
  724. url: 'sa-view/tb-fee-statistics/month-statistcs-list.html'
  725. },
  726. {
  727. id: 'year-statistcs-list',
  728. name: '年统计',
  729. url: 'sa-view/tb-fee-statistics/year-statistcs-list.html'
  730. },
  731. ]
  732. }, {
  733. id: 'tb-invoice-info',
  734. name: '开票管理',
  735. icon: 'el-icon-folder-opened',
  736. parent: true,
  737. childList: [{
  738. id: 'tb-entity-list',
  739. name: '开票主体',
  740. url: 'sa-view/tb-entity/tb-entity-list.html'
  741. },
  742. {
  743. id: 'tb-invoice-order-list',
  744. name: '开票订单',
  745. url: 'sa-view/tb-invoice-order/tb-invoice-order-list.html'
  746. },
  747. {
  748. id: 'tb-invoice-info-list',
  749. name: '开票信息',
  750. url: 'sa-view/tb-invoice-info/tb-invoice-info-list.html'
  751. },
  752. ]
  753. }, {
  754. id: 'tb-account',
  755. name: '预存款管理',
  756. icon: 'el-icon-folder-opened',
  757. parent: true,
  758. childList: [
  759. {
  760. id: 'tb-account-list',
  761. name: '企业充值',
  762. url: 'sa-view/tb-account/tb-account-list.html',
  763. childList: [
  764. {
  765. id: 'tb-account-list-add',
  766. name: '充值',
  767. isShow: false,
  768. },
  769. {
  770. id: 'tb-account-list-refund',
  771. name: '退款',
  772. isShow: false,
  773. },
  774. {
  775. id: 'tb-account-list-update',
  776. name: '修改',
  777. isShow: false,
  778. }
  779. ]
  780. },
  781. {
  782. id: 'tb-account-balance-list',
  783. name: '企业余额',
  784. url: 'sa-view/tb-account/tb-account-balance-list.html',
  785. childList: [
  786. {
  787. id: 'tb-account-balance-list-export',
  788. name: '导出',
  789. isShow: false,
  790. },
  791. {
  792. id: 'tb-account-balance-list-print',
  793. name: '打印',
  794. isShow: false,
  795. }
  796. ]
  797. },
  798. {
  799. id: 'tb-charge-record-list',
  800. name: '充值记录',
  801. url: 'sa-view/tb-charge-record/tb-charge-record-list.html',
  802. childList: [{
  803. id: 'tb-charge-record-list-print',
  804. name: '打印单据',
  805. isShow: false,
  806. },
  807. {
  808. id: 'tb-charge-record-list-review',
  809. name: '复审',
  810. isShow: false,
  811. },
  812. {
  813. id: 'tb-charge-record-list-del',
  814. name: '删除',
  815. isShow: false,
  816. }
  817. ]
  818. },
  819. {
  820. id: 'tb-deduction-record-list',
  821. name: '扣费记录',
  822. url: 'sa-view/tb-deduction-record/tb-deduction-record-list.html',
  823. childList: [
  824. {
  825. id: 'tb-deduction-record-list-review',
  826. name: '复审',
  827. isShow: false,
  828. },
  829. {
  830. id: 'tb-deduction-record-export',
  831. name: '导出',
  832. isShow: false,
  833. },
  834. {
  835. id: 'tb-deduction-record-set-error',
  836. name: '设为异常单',
  837. isShow: false,
  838. },
  839. ]
  840. },
  841. {
  842. id: 'tb-deduction-record-error-list',
  843. name: '异常订单',
  844. url: 'sa-view/tb-deduction-record/tb-deduction-record-error-list.html',
  845. childList: [
  846. {
  847. id: 'tb-deduction-record-list-refund',
  848. name: '退款',
  849. isShow: false,
  850. },
  851. ]
  852. },
  853. {
  854. id: 'tb-refund-record',
  855. name: '退款记录',
  856. url: 'sa-view/tb-refund-record/tb-refund-record-list.html',
  857. childList: [
  858. {
  859. id: 'tb-refund-record-export',
  860. name: '导出',
  861. isShow: false,
  862. },
  863. ]
  864. },
  865. ],
  866. }
  867. );