网格动态
This commit is contained in:
		| @@ -28,6 +28,15 @@ | |||||||
|             </ai-info-item> |             </ai-info-item> | ||||||
|           </ai-wrapper> |           </ai-wrapper> | ||||||
|         </template> |         </template> | ||||||
|  |       </ai-card> | ||||||
|  |       <ai-card title="审核信息" v-if="info.status != 0"> | ||||||
|  |         <template #content> | ||||||
|  |           <ai-wrapper label-width="120px"> | ||||||
|  |             <ai-info-item label="审批意见" isLine :value="info.examineOpinion"></ai-info-item> | ||||||
|  |             <ai-info-item label="审批人" :value="info.examineUserName"></ai-info-item> | ||||||
|  |             <ai-info-item label="审批时间" :value="info.examineTime"></ai-info-item> | ||||||
|  |           </ai-wrapper> | ||||||
|  |         </template> | ||||||
|       </ai-card> |       </ai-card> | ||||||
|        <ai-dialog |        <ai-dialog | ||||||
|         :visible.sync="isShowExamine" |         :visible.sync="isShowExamine" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user