用于对用户的操作结果或者异常状态做反馈。
成功提示
请根据提示进行操作
警告提示
错误提示
信息提示
<template> <jp-row> <jp-col :sm="12" :lg="6"> <jp-result icon="success" title="成功提示" subTitle="请根据提示进行操作"> <template slot="extra"> <jp-button type="primary" size="medium">返回</jp-button> </template> </jp-result> </jp-col> <jp-col :sm="12" :lg="6"> <jp-result icon="warning" title="警告提示" subTitle="请根据提示进行操作"> <template slot="extra"> <jp-button type="primary" size="medium">返回</jp-button> </template> </jp-result> </jp-col> <jp-col :sm="12" :lg="6"> <jp-result icon="error" title="错误提示" subTitle="请根据提示进行操作"> <template slot="extra"> <jp-button type="primary" size="medium">返回</jp-button> </template> </jp-result> </jp-col> <jp-col :sm="12" :lg="6"> <jp-result icon="info" title="信息提示" subTitle="请根据提示进行操作"> <template slot="extra"> <jp-button type="primary" size="medium">返回</jp-button> </template> </jp-result> </jp-col> </jp-row> </template>
404
抱歉,请求错误
<template> <jp-result title="404" subTitle="抱歉,请求错误"> <template slot="icon"> <jp-image src="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png"></jp-image> </template> <template slot="extra"> <jp-button type="primary" size="medium">返回</jp-button> </template> </jp-result> </template>
← Descriptions 描述列表 Image 图片 →