!199 修复前端部分控制台的几个报错

Merge pull request !199 from DoNow/master
This commit is contained in:
芋道源码
2022-06-30 05:42:45 +00:00
committed by Gitee
11 changed files with 10 additions and 21 deletions

View File

@ -27,7 +27,7 @@ export default {
return {
height: document.documentElement.clientHeight - 94.5 + "px;",
loading: true,
src: undefined,
src: "undefined",
};
},
mounted: function() {

View File

@ -44,10 +44,6 @@
<!-- 操作工具栏 -->
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
v-hasPermi="['system:sms-log:create']">新增</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" :loading="exportLoading"
v-hasPermi="['system:sms-log:export']">导出</el-button>