Commit 92b221a2 by hank

添加日程修改

parent 2bac6b07
......@@ -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) => {
......
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 sign in to comment