nickchange
2023-10-18 92e2be60c2d92ab5c8524c76f97712cd9f66502d
cloud-server-management/src/main/webapp/static/modular/system/ticket/ticket.js
@@ -14,7 +14,7 @@
TPointProducts.initColumn = function () {
    return [
        {field: 'selectItem', checkbox: true},
        {title: 'id', field: 'id', visible: false, align: 'center', valign: 'middle'},
        {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
        {title: '商品名称', field: 'name', visible: true, align: 'center', valign: 'middle',
            // formatter: function (value, row, index) {
            //     return {1: "日卡票", 2: "月卡票", 3: "季卡票", 4: "年卡票"}[value]
@@ -132,7 +132,7 @@
            area: ['100%', '100%'], //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tGoods/tCity_update/' + TPointProducts.seItem.id
            content: Feng.ctxPath + '/tGoods/goods_info/' + TPointProducts.seItem.id
        });
        this.layerIndex = index;
    }
@@ -149,7 +149,7 @@
            area: ['70%', '70%'], //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tGoods/tPay_detail/' + TPointProducts.seItem.id
            content: Feng.ctxPath + '/tGoods/tPay_detail1/' + TPointProducts.seItem.id
        });
        this.layerIndex = index;
    }