|
|
@ -152,9 +152,9 @@
|
|
|
|
<el-tab-pane label="自定义工具">
|
|
|
|
<el-tab-pane label="自定义工具">
|
|
|
|
<el-card class="box-card" style="width: 600px;margin: 20px">
|
|
|
|
<el-card class="box-card" style="width: 600px;margin: 20px">
|
|
|
|
<el-button type="primary" @click="this.nav.i('消息')">普通消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.i('消息')">普通消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.i('错误')">错误消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.e('错误')">错误消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.i('成功')">成功消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.s('成功')">成功消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.i('警告')">警告消息</el-button>
|
|
|
|
<el-button type="primary" @click="this.nav.w('警告')">警告消息</el-button>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
<el-card class="box-card" style="width: 600px;margin: 20px">
|
|
|
|
<el-card class="box-card" style="width: 600px;margin: 20px">
|
|
|
|