7ea3b36c by yangjianbin

init

1 parent 16b72274
......@@ -47,9 +47,9 @@
<span class="select-box">
<select class="select table_search" size="1" column="11">
<option value="" selected>流程节点</option>
<option>完成</option>
<option>菜单二</option>
<option>菜单三</option>
<?php foreach ($this->session->orderStatus as $k=>$v):?>
<option value="<?=$k?>"><?=$v?></option>
<?php endforeach;?>
</select>
</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!