记得上下班打卡 | git大法好,push需谨慎

Commit aaf3d013 authored by 张国柄's avatar 张国柄

+admin.html:巡演券关联配置;

parent c89a74c0
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
<th:block th:include="include :: header('兑换券')" />
<th:block th:include="include :: header('优先券')" />
<style>
body .layui-layer-btn {
display: none !important;
......@@ -116,7 +116,7 @@
formatter: function(value, row, index) {
var actions = [];
actions.push('<a class="btn btn-warning btn-xs ' + viewMgtCouponFlag + '" href="javascript:void(0)" onclick="$.operate.detail(\'' + row.mcouponId + '\')"><i class="fa fa-search"></i>详情</a>');
actions.push('<a class="btn btn-success btn-xs ' + viewMgtCouponFlag + '" href="javascript:void(0)" onclick="relevancyShow(\'' + row.mcouponId + '\')">关联巡演</a>');
actions.push('<a class="btn btn-success btn-xs ' + viewMgtCouponFlag + '" href="javascript:void(0)" onclick="relevancyShow(\'' + row.couponId + '\')">关联巡演</a>');
// if (row.state === 0) {
// actions.push('<a class="btn btn-danger btn-xs ' + cancelMgtCouponFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.mcouponId + '\')"><i class="fa fa-remove"></i>取消</a>');
// }
......
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 to comment