|  | @@ -70,8 +70,9 @@
 | 
	
		
			
				|  |  |                <el-button @click="onOperation(scope.row)"
 | 
	
		
			
				|  |  |                           v-if="$helpers.permission(scope.row.status ? 'questionnaireTopic/updateStatus/stop' : 'questionnaireTopic/updateStatus/start')"
 | 
	
		
			
				|  |  |                           type="text">{{ scope.row.status ? '停用' : '启用' }}</el-button>
 | 
	
		
			
				|  |  | +              <!-- 启用的问卷不能修改 -->
 | 
	
		
			
				|  |  |                <el-button @click="onQuestionOperation('update', scope.row)"
 | 
	
		
			
				|  |  | -                         v-if="$helpers.permission('/operateManager/questionOperation/update')"
 | 
	
		
			
				|  |  | +                         v-if="$helpers.permission('/operateManager/questionOperation/update') && !scope.row.status"
 | 
	
		
			
				|  |  |                           type="text">修改</el-button>
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |            </el-table-column>
 |