From ff27a57c76975202dfc13fe234200f9c0cb0679c Mon Sep 17 00:00:00 2001 From: liapples Date: Sat, 16 Oct 2021 12:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Forms/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Forms/Setting.php b/app/Admin/Forms/Setting.php index 074301b..3f8afba 100644 --- a/app/Admin/Forms/Setting.php +++ b/app/Admin/Forms/Setting.php @@ -29,7 +29,7 @@ class Setting extends Form public function form() { $this->tab('入驻配置', function () { - $this->number('settled_supplier_cost', '供应商入驻费用')->min(0)->default(0)->required(); + $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()