You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							2.1 KiB
						
					
					
				
								
							 | 
						|
								<view class="list_1">
							 | 
						|
								    <view class="list1_1">
							 | 
						|
								        <text class="test_1">{{item.agencyName}}{{item.monthName}}月份满意度自查</text>
							 | 
						|
								        <text class="test_2">{{item.status == 1?'进行中':'已结束'}}</text>
							 | 
						|
								    </view>
							 | 
						|
								    <view class="list_2">
							 | 
						|
								        <text class="test_3">已提交人数:{{item.personQty}}</text>
							 | 
						|
								    </view>
							 | 
						|
								    <view class="list_3">
							 | 
						|
								        <button style="font-weight: 30;" class="button1" open-type="share" bind:tap="share" data-item="{{item}}">一键分享</button>
							 | 
						|
								        <button style="font-weight: 30;" class="button"  wx:key="index" data-item="{{item}}" bind:tap="handelClickedit">查看统计</button>
							 | 
						|
								    </view>
							 | 
						|
								</view>
							 | 
						|
								<view class="content">
							 | 
						|
								    <scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower">
							 | 
						|
								        <view class="card">
							 | 
						|
								            <view class="list_card {{index == 0?'bgc':''}}" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" bind:tap="handelClickedit">
							 | 
						|
								                <view class="left">
							 | 
						|
								                    <view class="{{item.status == 1?'bold':''}}"> {{item.agencyName}}{{item.monthName}}月份满意度自查</view>
							 | 
						|
								                    <view class="left_bto_box">
							 | 
						|
								                        <!-- <view class="{{item.status == 1?'bule':'gray'}}">{{item.status == 1?'进行中':'已结束'}}</view> -->
							 | 
						|
								                        <view>测评人数:{{item.personQty}}</view>
							 | 
						|
								                    </view>
							 | 
						|
								                </view>
							 | 
						|
								                <view class="right">
							 | 
						|
								                    <view wx:if="{{item.status == 1}}" class="bule">
							 | 
						|
								                       <image src="../../../../images/share.png" mode=""/> <button open-type="share" bind:tap="share" data-item="{{item}}">分享</button>
							 | 
						|
								                    </view>
							 | 
						|
								                    <view wx:else class="score">
							 | 
						|
								                        <b>{{item.synthesisScore}}</b>分
							 | 
						|
								                    </view>
							 | 
						|
								                </view>
							 | 
						|
								            </view>
							 | 
						|
								        </view>
							 | 
						|
								        <load-more loadVisible="{{loadMoreVisible}}" loadType="{{loadMoreType}}"></load-more>
							 | 
						|
								        <no-data isShow="{{nodata}}" wx:if="{{nodata}}"></no-data>
							 | 
						|
								    </scroll-view>
							 | 
						|
								 </view>
							 |