044050c4 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 43aaa6e4 f94bd393
......@@ -32,7 +32,7 @@
<div class="form-group col-sm-4 col-md-2">
<label>来源</label>
<span class="form-control select-box">
<select class="select" size="1" name="source">
<select class="select" size="1" name="source" disabled="disabled">
<?php foreach($enumSource as $k => $v) : ?>
<option value="<?=$k?>" <?=$k == $source?'selected':''?>><?=$v?></option>
<?php endforeach ?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!