Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client-taro
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
92b221a2
authored
Nov 27, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加日程修改
parent
2bac6b07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/pages/home/film/schedule_add/index.tsx
+3
-3
No files found.
src/pages/home/film/schedule_add/index.tsx
View file @
92b221a2
...
...
@@ -232,14 +232,14 @@ class ScheduleAdd extends Component {
const
{
deviceList
,
filmList
,
scheduleName
,
id
}
=
this
.
state
return
(
<
View
className=
"schedule-add"
>
<
View
className=
"schedule-add-title"
>
任务名称
</
View
>
<
View
className=
"schedule-add-title"
>
任务名称
:
</
View
>
<
Input
placeholder=
"请输入任务名称"
onInput=
{
this
.
scheduleNameChange
}
value=
{
scheduleName
}
className=
"schedule-add-name"
/>
<
View
className=
"schedule-add-title"
>
作品
</
View
>
<
View
className=
"schedule-add-title"
>
作品
:
</
View
>
<
Button
className=
"btn-def"
size=
"mini"
onClick=
{
this
.
chooseFilm
}
>
选择作品
</
Button
>
...
...
@@ -251,7 +251,7 @@ class ScheduleAdd extends Component {
</
View
>
)
})
}
<
View
className=
"schedule-add-title"
>
播放设备
</
View
>
<
View
className=
"schedule-add-title"
>
播放设备
:
</
View
>
{
/* {deviceList &&
deviceList.map((item: any, index) => {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment