6
0
Fork 0

修改商品选择购买须知模板报错

release
vine_liutk 2021-11-30 11:40:37 +08:00
parent dae030c2fc
commit 146406a230
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class ProductSpuController extends AdminController
return array_column($v, 'id');
});
$form->editor('description');
$form->select('buynot_id')->options(ProductBuynote::all()->pluck('name', 'id'));
$form->select('buynote_id')->options(ProductBuynote::all()->pluck('name', 'id'));
$form->number('weight');
$form->currency('sell_price')->symbol('¥')->default(0);

View File

@ -15,7 +15,7 @@ return [
'images' => '商品图片',
'features' => '商品特点',
'description' => '商品详情',
'buynot_id'=>'购买须知模板',
'buynote_id'=>'购买须知模板',
'sell_price' => '销售价格',
'market_price' => '市场价格',
'cost_price' => '成本价格',