init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -47,9 +47,9 @@ | ... | @@ -47,9 +47,9 @@ |
| 47 | <span class="select-box"> | 47 | <span class="select-box"> |
| 48 | <select class="select table_search" size="1" column="11"> | 48 | <select class="select table_search" size="1" column="11"> |
| 49 | <option value="" selected>流程节点</option> | 49 | <option value="" selected>流程节点</option> |
| 50 | <option>完成</option> | 50 | <?php foreach ($this->session->orderStatus as $k=>$v):?> |
| 51 | <option>菜单二</option> | 51 | <option value="<?=$k?>"><?=$v?></option> |
| 52 | <option>菜单三</option> | 52 | <?php endforeach;?> |
| 53 | </select> | 53 | </select> |
| 54 | </span> | 54 | </span> |
| 55 | </div> | 55 | </div> | ... | ... |
-
Please register or sign in to post a comment