From 584bae4826635bb11bf6dd848aaf69803ed8982a Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 18 Apr 2022 11:10:48 +0800 Subject: [PATCH] Update index.html --- app/data/view/base/discount/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/view/base/discount/index.html b/app/data/view/base/discount/index.html index 394ed2970..b69b7c8dd 100644 --- a/app/data/view/base/discount/index.html +++ b/app/data/view/base/discount/index.html @@ -34,7 +34,7 @@ {field: 'id', title: 'ID', align: "center", width: 80}, {field: 'name', title: '折扣名称', align: 'left', minWidth: 140}, { - field: 'items', title: '折扣方案', align: 'left', width: '30%', templet: function (d) { + field: 'items', title: '折扣方案', align: 'left', width: '33%', templet: function (d) { return (d.html = ''), d.items.forEach(function (item) { d.html += laytpl('VIP{{d.level}} 折扣 {{d.discount}}%').render(item); }), d.html;