From 710264fd8ca47ce42aa3e90d00cccb1b7eddb34e Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 18 Apr 2022 11:09:46 +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 7e58781bd..394ed2970 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', minWidth: 200, templet: function (d) { + field: 'items', title: '折扣方案', align: 'left', width: '30%', templet: function (d) { return (d.html = ''), d.items.forEach(function (item) { d.html += laytpl('VIP{{d.level}} 折扣 {{d.discount}}%').render(item); }), d.html;