File tree 1 file changed +6
-3
lines changed
src/main/resources/templates/testmanagmt/projectPageObject
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
< div class ="select-list ">
12
12
< ul >
13
13
< li >
14
- 页面编号 :< input type ="text " name ="pageId "/>
14
+ 页面名称 :< input type ="text " name ="pageName "/>
15
15
</ li >
16
16
< li >
17
- 页面名称:< input type ="text " name ="pageName "/>
17
+ 页面父菜单:< input type ="text " name ="pageParentMenu "/>
18
+ </ li >
19
+ < li >
20
+ 页面菜单:< input type ="text " name ="pageMenu "/>
18
21
</ li >
19
22
< li >
20
23
创建者:< input type ="text " name ="createBy "/>
135
138
var customUrl = pagedetailfix + "/edit/{id}" ;
136
139
customUrl = customUrl . replace ( "{id}" , row . pageId ) ;
137
140
actions . push ( '<a class="btn btn-success btn-xs ' + editFlag + '" href="#" onclick="$.operate.edit(\'' + row . pageId + '\')"><i class="fa fa-edit"></i>编辑</a> ' ) ;
138
- actions . push ( '<a class="btn btn-success btn-xs ' + editFlag + '" href="#" onclick="$.modal.openViewFull(\'页面元素维护\',\'' + customUrl + '\')"><i class="fa fa-edit"></i>页面元素维护 </a> ' ) ;
141
+ actions . push ( '<a class="btn btn-success btn-xs ' + editFlag + '" href="#" onclick="$.modal.openViewFull(\'页面元素维护\',\'' + customUrl + '\')"><i class="fa fa-edit"></i>页面元素 </a> ' ) ;
139
142
actions . push ( '<a class="btn btn-danger btn-xs ' + removeFlag + '" href="#" onclick="$.operate.remove(\'' + row . pageId + '\')"><i class="fa fa-remove"></i>删除</a>' ) ;
140
143
return actions . join ( '' ) ;
141
144
}
You can’t perform that action at this time.
0 commit comments