Commit e246343c by zhangchen

删除按钮条件去除

parent c86ba748
...@@ -634,9 +634,7 @@ $(function() { ...@@ -634,9 +634,7 @@ $(function() {
<#if vourcher.ruleId??> <#if vourcher.ruleId??>
<button type="button" class="btn-warning view-voucher" data-ruleid="${vourcher.ruleId}">规则</button> <button type="button" class="btn-warning view-voucher" data-ruleid="${vourcher.ruleId}">规则</button>
</#if> </#if>
<#if vourcher.sendToUserType==2>
<button type="button" class="btn-danger delete-voucher">删除</button> <button type="button" class="btn-danger delete-voucher">删除</button>
</#if>
</form> </form>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment