From 71e821ab5e6b3014fac9b691d6957bcc09704b70 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 29 五月 2024 11:45:04 +0800
Subject: [PATCH] 修改定制封面逻辑

---
 CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html
index 8de0075..aa85068 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html
@@ -213,6 +213,7 @@
                                 <th>鍟嗗搧鍚嶇О</th>
                                 <th width="30">鍟嗗搧<br />鍗曚环</th>
                                 <th width="30">璐拱<br />鏁伴噺</th>
+                                <th width="50">鏄惁瀹氬埗</th>
                                 <th width="30">淇冮攢<br />閲戦</th>
                                 <th width="40">鍟嗗搧<br />鎬讳环</th>
                                 <th width="110">淇冮攢鍚嶇О</th>
@@ -229,6 +230,11 @@
                                 <td>{{item.name}} - {{item.addon}}</td>
                                 <td>{{item.price}}</td>
                                 <td>{{item.nums}}</td>
+                                {{#if (item.isCustomizable == true){}}
+                                <td style="color: red;" >鏄�</td>
+                                {{#}else{}}
+                                <td >鍚�</td>
+                                {{#}}}
                                 <td>{{item.promotionAmount}}</td>
                                 <td>{{item.amount}}</td>
                                 <td>

--
Gitblit v1.9.1