|
@@ -37,7 +37,7 @@
|
|
|
<form:input path="name" htmlEscape="false" maxlength="50" class="input-medium"/>
|
|
|
<label>供应商名称:</label>
|
|
|
<form:input path="shopName" htmlEscape="false" maxlength="50" class="input-medium"/>
|
|
|
- <label>优惠状态:</label>
|
|
|
+ <label>状态:</label>
|
|
|
<form:select path="status" class="input-medium required">
|
|
|
<form:option value="" label="所有"/>
|
|
|
<form:option value="0" label="待上架"/>
|