diff --git a/resources/beike/admin/views/pages/products/form/form.blade.php b/resources/beike/admin/views/pages/products/form/form.blade.php index da45276d..031b75e3 100644 --- a/resources/beike/admin/views/pages/products/form/form.blade.php +++ b/resources/beike/admin/views/pages/products/form/form.blade.php @@ -55,7 +55,7 @@ width: 84px!important; } .trade-term-img{ - width: 500px!important; + width: 400px!important; } .popover{ --bs-popover-max-width: 550px!important; diff --git a/resources/lang/en/product.php b/resources/lang/en/product.php index a5b8e03c..505f15bc 100644 --- a/resources/lang/en/product.php +++ b/resources/lang/en/product.php @@ -38,7 +38,7 @@ return [ 'piece' => 'piece', 'batches' => 'batches', 'pieces_per_batch' => ':num :unit per batch', - 'sales_method_piece_unit' => 'Sell by :unit', + 'sales_method_piece_unit' => 'Sell by piece', 'total_num' => ':num :unit in total', 'multiple_error' => 'The purchase quantity must be a multiple of :num', 'quantity_error_mini' => 'Purchase quantity error, the total purchase quantity of [:goods_name] must be greater than or equal to [:num]', diff --git a/resources/lang/zh_cn/product.php b/resources/lang/zh_cn/product.php index 4bbeda85..72d8b464 100644 --- a/resources/lang/zh_cn/product.php +++ b/resources/lang/zh_cn/product.php @@ -39,7 +39,7 @@ return [ 'piece' => '件', 'batches' => '批', 'pieces_per_batch' => '每批:num:unit', - 'sales_method_piece_unit' => '按:unit卖', + 'sales_method_piece_unit' => '按件卖', 'total_num' => '共:num:unit', 'multiple_error' => '采购数量必须是:num的倍数', 'quantity_error_mini' => '采购数量错误,【:goods_name】的采购总数量必须大于等于【:num】', diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index a6e33fdc..cf0e43f0 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -168,16 +168,23 @@ @endhookwrapper @hookwrapper('product.detail.price')