指定element-ui依赖版本为2.15.8,规避2.15.9版本中Prop being mutated: "placement"报错的bug

修复部分svg图标引用草料二维码插件内部字体的问题
去除短信日志页面的新增按钮,解决"handleAdd" is not defined的报错
修复数据库文档页面中data定义src: "undefined"的格式,解决控制台报错
This commit is contained in:
DoNow
2022-06-17 08:54:42 +08:00
parent d1271f8bff
commit d00a401ed6
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>