7d547d7bd48fa548d88595199e4700e4df187467.svn-base 898 B

12345678910111213141516171819202122232425262728293031323334353637
  1. //填报弹窗tab页签项配置
  2. let {optionsForNation,optionsForNation1} = {
  3. optionsForNation:[
  4. {
  5. value: "jichuxinxi",
  6. label: "基础信息"
  7. },{
  8. value:"qsxkhszyzshdw",
  9. label:"取水许可和水资源费征收"
  10. },{
  11. value:"problemList",
  12. label:"问题清单"
  13. },{
  14. value: "signature",
  15. label: '签字确认'
  16. }
  17. ],
  18. optionsForNation1:[
  19. {
  20. value: "jichuxinxi",
  21. label: "基础信息"
  22. },{
  23. value:"qsxkhszyzssdz",
  24. label:"取水许可和水资源费征收"
  25. },{
  26. value:"xxllgl",
  27. label:"下泄流量管理"
  28. },{
  29. value:"problemList",
  30. label:"问题清单"
  31. },{
  32. value: "signature",
  33. label: '签字确认'
  34. }
  35. ]
  36. }
  37. export {optionsForNation,optionsForNation1}