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 d2d80c1..c2fe322 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html @@ -82,7 +82,7 @@ @@ -113,7 +113,7 @@ @@ -133,7 +133,7 @@
-
+
@@ -142,7 +142,7 @@
-
+
@@ -150,7 +150,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -166,7 +166,7 @@
-
+
@@ -280,7 +280,11 @@ cols: [ [ { type: 'checkbox' }, - { field: 'operating', title: '操作', width: 60, align: 'center' }, + { + field: 'operating', title: '操作', width: 90, align: 'center', templet: function (data) { + return data.operating; + } + }, { field: 'orderId', title: '订单号',