调整页面
This commit is contained in:
@@ -59,10 +59,12 @@ class PatentController extends AdminController
|
||||
return $model->whereIn('type', [Category::TYPE_PATENT]);
|
||||
}, '专利类别'));
|
||||
$form->text('number', '专利号');
|
||||
$form->text('application', '申请日期');
|
||||
|
||||
})
|
||||
->when('paper', function (Form $form) {
|
||||
$form->text('publication', '刊物名称');
|
||||
$form->text('year', '发表年度');
|
||||
})
|
||||
->required();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user