Browse Source

修改label

master
李可松 4 years ago
parent
commit
ff27a57c76
  1. 2
      app/Admin/Forms/Setting.php

2
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()

Loading…
Cancel
Save