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/index.html | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
index a9fff6e..f676c6b 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
@@ -1317,10 +1317,11 @@
<tr>
<th colspan="1" style="width: 400px;">鍟嗗搧鍚嶇О</th>
<th colspan="2" style="width: 300px;">璐у搧</th>
- <th style="width: 40px;">鏁伴噺</th>
- <th style="width: 40px;">鍗曚环</th>
- <th style="width: 40px;">浼樻儬</th>
- <th style="width: 40px;">鍚堣</th>
+ <th style="width: 60px;">鏁伴噺</th>
+ <th style="width: 60px;">鍗曚环</th>
+ <th style="width: 60px;">鏄惁瀹氬埗</th>
+ <th style="width: 60px;">浼樻儬</th>
+ <th style="width: 80px;">鍚堣</th>
</tr>
</thead>
<tbody>
@@ -1338,6 +1339,11 @@
</td>
<td>{{item.nums}}</td>
<td>{{item.price}}</td>
+ {{#if (item.isCustomizable == true){}}
+ <td style="color: red;" >鏄�</td>
+ {{#}else{}}
+ <td >鍚�</td>
+ {{#}}}
<td>{{item.promotionAmount}}</td>
<td>{{item.amount}}</td>
</tr>
--
Gitblit v1.9.1