调整页面

This commit is contained in:
2020-09-18 13:45:13 +08:00
parent 46d12cbf68
commit b8024dcace
14 changed files with 268 additions and 50 deletions

View File

@@ -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();