From 005e71638a5944393471d0d2f72455d9cd1db801 Mon Sep 17 00:00:00 2001 From: liapples Date: Sat, 16 Oct 2021 12:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=85=A5=E9=A9=BB=E8=B4=B9=E7=94=A8=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Forms/Setting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Admin/Forms/Setting.php b/app/Admin/Forms/Setting.php index b26032e..074301b 100644 --- a/app/Admin/Forms/Setting.php +++ b/app/Admin/Forms/Setting.php @@ -29,6 +29,7 @@ class Setting extends Form public function form() { $this->tab('入驻配置', function () { + $this->number('settled_supplier_cost', '供应商入驻费用')->min(0)->default(0)->required(); $this->file('settled_supplier_contract', '供应商入驻合同')->uniqueName()->autoUpload()->required() ->help('建议为doc/docx/pdf格式,供应商可在入驻页面下载后打印'); $this->file('settled_supplier_agreement', '供应商入驻协议')->uniqueName()->autoUpload()->required()