7ea3b36c by yangjianbin

init

1 parent 16b72274
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!