rabin 1 year ago
parent
commit
1551365d09

+ 1 - 1
src/dai/seller/table/manage/order_list.php

@@ -76,7 +76,7 @@ return array
             (
                 'name' => '完成时间',
                 'type' => 'show',
-                'show' => '"{finish_date}" > 0 ? date("Y-m-d H:i", "{finish_date}") : "-"',
+                'show' => '"{finish_date}" > 0 ? date("Y-m-d H:i:s", "{finish_date}") : "-"',
             ),
         ),
         'data_button' => array

+ 1 - 1
src/dai/seller/table/manage/order_log_list.php

@@ -80,7 +80,7 @@ return array
             (
                 'name' => '完成时间',
                 'type' => 'show',
-                'show' => '{finish_date} > 0 ? date("Y-m-d H:i", {finish_date}) : "-"',
+                'show' => '{finish_date} > 0 ? date("Y-m-d H:i:s", {finish_date}) : "-"',
             ),
         ),
         'data_button' => array

+ 1 - 1
src/dai/seller/table/manage/seller_order_list.php

@@ -67,7 +67,7 @@ return array
             (
                 'name' => '完成时间',
                 'type' => 'show',
-                'show' => '{finish_date} > 0 ? date("Y-m-d H:i", {finish_date}) : "-"',
+                'show' => '{finish_date} > 0 ? date("Y-m-d H:i:s", {finish_date}) : "-"',
             ),
         ),
         'data_button' => array

+ 1 - 1
src/dai/seller/table/manage/seller_order_log_list.php

@@ -70,7 +70,7 @@ return array
             (
                 'name' => '完成时间',
                 'type' => 'show',
-                'show' => '{finish_date} > 0 ? date("Y-m-d H:i", {finish_date}) : "-"',
+                'show' => '{finish_date} > 0 ? date("Y-m-d H:i:s", {finish_date}) : "-"',
             ),
         ),
         'data_button' => array