Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-17 18:43:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ee5d6ac18df30e9f8d2085018a7d90c3da79902
2ee5d6ac
1 parent
5d659fcb
1.重构模板和临境上传功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Admin/Controllers/VideoTempController.php
app/Admin/Controllers/VideoTempController.php
View file @
2ee5d6a
...
...
@@ -195,7 +195,7 @@ class VideoTempController extends AdminController
$form
->
divider
();
})
->
when
(
'feel'
,
function
(
Form\BlockForm
$form
)
{
$form
->
select
(
'pos_feel'
,
'
日期
位置'
)
->
options
([
$form
->
select
(
'pos_feel'
,
'
有感
位置'
)
->
options
([
'topLeft'
=>
'上左'
,
'topMiddle'
=>
'上中'
,
'topRight'
=>
'上右'
,
]);
$form
->
divider
();
...
...
Please
register
or
login
to post a comment