From 78028cee453a5878835a27f884ae36c0900fe8f7 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 23 九月 2024 08:41:03 +0800 Subject: [PATCH] no message --- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html index e28905c..105ac2c 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html @@ -216,6 +216,7 @@ <th style="width: 60px;">鎺ㄥ箍缁忛攢鍟嗛噰璐繑鐜�</th> <th>鎺ㄥ箍鐢ㄦ埛璐拱杩旂幇</th> + <th style="width: 80px;">鏀寔瀹氬埗</th> <!-- <th>浜岀骇杩旂幇</th> <!-- <th>涓夌骇杩旂幇</th> --> --> </tr> @@ -275,6 +276,11 @@ <td> {{item.cutMoney}} </td> + {{#if (item.isCustomizable == true){}} + <td style="color: red;" >鏄�</td> + {{#}else{}} + <td >鍚�</td> + {{#}}} <!-- <td> {{item.levelOne}} </td> -- Gitblit v1.9.1