当前位置:网站首页>laravel-admin FROM表单同行展示问题
laravel-admin FROM表单同行展示问题
2022-08-02 03:26:00 【陌潇】
实现如下效果
$form->row(function ($row) {
$row->width(6)->text('title', '商品名')->rules('required', [
'required' => '请填写促销商品名',
]);
$row->width(6)->text('title', '商品名')->rules('required', [
'required' => '请填写促销商品名',
]);
});
但是这个还存在一个问题,就是没有卸载这个方法里面的字段不显示。我的解决办法就是把全部参数放在方法里面。
这里有说明这个问题,想看的可以去看看Let's go。
有大佬解决的欢迎评论去见。
边栏推荐
- 文件包含漏洞
- hackmyvm: controller walkthrough
- hackmyvm: kitty walkthrough
- cmake安装到指定目录
- hackmyvm: again walkthrough
- CTF入门之php文件包含
- 如何在正则表达式里表达可能存在也可能不存在的内容?
- A network security guinea pig's learning path - scripting of advanced usage of nmap
- By figure, a (complete code at the end)
- (2) Sequence structures, Boolean values of objects, selection structures, loop structures, lists, dictionaries, tuples, sets
猜你喜欢
(2) Sequence structures, Boolean values of objects, selection structures, loop structures, lists, dictionaries, tuples, sets
Kali环境下Frida编写脚本智能提示
Syncthing文件同步方案完全攻略(亲测有效)
CSRF (Cross Site Request Forgery)
CTF入门笔记之ping
(1) print()函数、转义字符、二进制与字符编码 、变量、数据类型、input()函数、运算符
CTF之xxe
广告电商「私域打工人」职业前景:你离月薪6万,还差多远?
一个网络安全小白鼠的学习之路——nmap的基本使用
(7) superficial "crawlers" process (concept + practice)
随机推荐
VIKINGS: 1 vulnhub walkthrough
加密数字货币前传:从大卫·乔姆到中本聪
Command Execution Vulnerability
web渗透必玩的靶场——DVWA靶场 1(centos8.2+phpstudy安装环境)
Cookie is used to collect the admin privileges CTF foundation problem
Alfa: 1 vulnhub walkthrough
Shuriken: 1 vulnhub walkthrough
The CTF introduction of PHP file contains
Praying: 1 vulnhub walkthrough
(3) 字符串
ES6 iterator explanation example
The roll call system and array elements find maximum and minimum values for sorting of objects
[Hello World教程] 使用HBuilder和Uni-app 生成一个简单的微信小程序DEMO
CTF-网鼎杯往届题目
敏感信息泄露
How to calculate the distance between two points on the earth (with formula derivation)
laravel-admin 线上访问项目,一直重定向到登录页面
pytorch:保存和加载模型
会计凭证概述、原始凭证、原始凭证的种类、原始凭证的基本内容、原始凭证的填制要求、原始凭证的审核
hackmyvm: kitty walkthrough