menu-list-sp.js 18 KB

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