From 7a3a4f8012a72f80d8dd62064a76655c803da864 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 29 五月 2024 12:42:45 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop --- 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