仓库初始化
This commit is contained in:
6
application/admin/command/Crud/stubs/html/select.stub
Normal file
6
application/admin/command/Crud/stubs/html/select.stub
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
<select {%attrStr%}>
|
||||
{foreach name="{%fieldList%}" item="vo"}
|
||||
<option value="{$key}" {in name="key" value="{%selectedValue%}"}selected{/in}>{$vo}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
Reference in New Issue
Block a user