|
@@ -109,7 +109,7 @@ class DistProductController extends AdminDistController
|
|
|
$show->field('keywords');
|
|
|
$show->field('description');
|
|
|
$show->field('issuance_date');
|
|
|
- $show->field('parameters')->as(function ($items) {
|
|
|
+ $show->field('parameters',admin_trans_label('attribute_name'))->as(function ($items) {
|
|
|
if (is_array($items)) {
|
|
|
// 创建表格的表头
|
|
|
$table = '<table class="table table-bordered table-condensed">';
|