empty 添加自定义图片
<el-empty :image="require('../assets/noinformation.svg')" description="暂无问卷">
<el-button type="primary">按钮</el-button>
</el-empty>
```
<el-empty :image="require('../assets/noinformation.svg')" description="暂无问卷">
<el-button type="primary">按钮</el-button>
</el-empty>
```