| 12345678910111213141516171819202122232425262728293031323334353637 |
- //填报弹窗tab页签项配置
- let {optionsForNation,optionsForNation1} = {
- optionsForNation:[
- {
- value: "jichuxinxi",
- label: "基础信息"
- },{
- value:"qsxkhszyzshdw",
- label:"取水许可和水资源费征收"
- },{
- value:"problemList",
- label:"问题清单"
- },{
- value: "signature",
- label: '签字确认'
- }
- ],
- optionsForNation1:[
- {
- value: "jichuxinxi",
- label: "基础信息"
- },{
- value:"qsxkhszyzssdz",
- label:"取水许可和水资源费征收"
- },{
- value:"xxllgl",
- label:"下泄流量管理"
- },{
- value:"problemList",
- label:"问题清单"
- },{
- value: "signature",
- label: '签字确认'
- }
- ]
- }
- export {optionsForNation,optionsForNation1}
|