|
@@ -42,18 +42,18 @@ export default class TemplateList extends Component {
|
|
})
|
|
})
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
- <View className='list__item__left'>
|
|
|
|
- <View className='list__item__left-one'>{item.name}</View>
|
|
|
|
- <View className='list__item__left-two'>创建时间:{item.createAt}</View>
|
|
|
|
- <View className='list__item__left-two'>更新时间:{item.updateAt}</View>
|
|
|
|
- <View className='list__item__left-bottom'>
|
|
|
|
- <View className='list__item__left-bottom_g'
|
|
|
|
|
|
+ <View className='list__item-left'>
|
|
|
|
+ <View className='list__item-left-one'>{item.name}</View>
|
|
|
|
+ <View className='list__item-left-two'>创建时间:{item.createAt}</View>
|
|
|
|
+ <View className='list__item-left-two'>更新时间:{item.updateAt}</View>
|
|
|
|
+ <View className='list__item-left-bottom'>
|
|
|
|
+ <View className='list__item-left-bottom_g'
|
|
onClick={e => {
|
|
onClick={e => {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
this.props.creatReports(item)
|
|
this.props.creatReports(item)
|
|
}}
|
|
}}
|
|
>使用该模板</View>
|
|
>使用该模板</View>
|
|
- <View className='list__item__left-bottom_d'
|
|
|
|
|
|
+ <View className='list__item-left-bottom_d'
|
|
onClick={e => {
|
|
onClick={e => {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
this.setState({
|
|
this.setState({
|