330
This commit is contained in:
		@@ -22,6 +22,9 @@
 | 
				
			|||||||
              <span>{{ dict.getLabel('appIntegralApplyEventStatus', info.status) }}</span>
 | 
					              <span>{{ dict.getLabel('appIntegralApplyEventStatus', info.status) }}</span>
 | 
				
			||||||
              <span v-if="info.status === '1'" style="margin-left: 10px; color: green">积分+{{ info.applyIntegral }}</span>
 | 
					              <span v-if="info.status === '1'" style="margin-left: 10px; color: green">积分+{{ info.applyIntegral }}</span>
 | 
				
			||||||
            </ai-info-item>
 | 
					            </ai-info-item>
 | 
				
			||||||
 | 
					            <ai-info-item label="审批意见" v-if="info.status === '2'" isLine>
 | 
				
			||||||
 | 
					              <span style="color: red;">{{ info.auditDesc }}</span>
 | 
				
			||||||
 | 
					            </ai-info-item>
 | 
				
			||||||
          </ai-wrapper>
 | 
					          </ai-wrapper>
 | 
				
			||||||
        </template>
 | 
					        </template>
 | 
				
			||||||
      </ai-card>
 | 
					      </ai-card>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user