From 8368783138fac5f5a88b99031e3d528867de66f3 Mon Sep 17 00:00:00 2001 From: wangxinglong <2371974647@qq.com> Date: Thu, 7 Apr 2022 17:47:11 +0800 Subject: [PATCH] setter --- public/static/manager/js/bill_deduction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/manager/js/bill_deduction.js b/public/static/manager/js/bill_deduction.js index 7e4f7ad..43796e1 100644 --- a/public/static/manager/js/bill_deduction.js +++ b/public/static/manager/js/bill_deduction.js @@ -55,7 +55,7 @@ layui.use(['laytpl', 'table', 'jquery', 'form', 'miniTab', 'xmSelect',"laydate"] }, page: true, cols: [[ - {type: 'checkbox'}, + // {type: 'checkbox'}, { field:"nick_name",title: '消费者昵称'}, { field:"user_coupon_id",title: '核销编码'}, {templet: "#row-avatar_url",field:"avatar_url",title: '消费者头像'},