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/ship.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html index 6178db8..8ae2d17 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html @@ -81,6 +81,7 @@ <th>鍟嗗搧缂栫爜</th> <th>璐у搧缂栫爜</th> <th>璐拱鏁伴噺</th> + <th>鏄惁瀹氬埗</th> <th>宸查��鏁伴噺</th> <th>宸插彂鏁伴噺</th> <th>鍙戣揣鏁伴噺</th> @@ -92,6 +93,11 @@ <td>{{item.bn}}</td> <td>{{item.sn}}</td> <td>{{item.nums}}</td> + {{#if (item.isCustomizable == true){}} + <td style="color: red;" >鏄�</td> + {{#}else{}} + <td >鍚�</td> + {{#}}} <td>{{item.reshipNums}}</td> <td>{{item.sendNums}}</td> <td> -- Gitblit v1.9.1