Commit e7fb63e2 by yink

测试

parent 172ca9a1
...@@ -21,7 +21,7 @@ public function index(Content $content) ...@@ -21,7 +21,7 @@ public function index(Content $content)
->description('csv') ->description('csv')
->body(function (Row $row) { ->body(function (Row $row) {
// 移除表单创建逻辑 // 移除表单创建逻辑
// 这里可以添加你想要展示的内容,例如文本信息 // 这里可以添加你想要展示的内容,例如文本信息---
//$row->column(12, '<p>这是对账单下载页面,请选择合适的操作。</p>'); //$row->column(12, '<p>这是对账单下载页面,请选择合适的操作。</p>');
// 添加时间选择控件和按钮 // 添加时间选择控件和按钮
$row->column(12, '<input type="date" id="download-date" />'); $row->column(12, '<input type="date" id="download-date" />');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment