提交 10de5d84 编写于 作者: huangwensu's avatar huangwensu

埋点页面问题修复

上级 6a9952a0
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
:data="tableData" :data="tableData"
style="width: 100%" style="width: 100%"
:empty-text="tableText"> :empty-text="tableText">
<el-table-column prop="pageCode" label="事件编码" min-width="100" align="left"></el-table-column> <el-table-column prop="actionCode" label="事件编码" min-width="100" align="left"></el-table-column>
<el-table-column prop="actionName" label="事件名" min-width="120" align="left"></el-table-column> <el-table-column prop="actionName" label="事件名" min-width="120" align="left"></el-table-column>
<el-table-column prop="pageName" label="所属页面" min-width="100" align="left"> <el-table-column prop="pageName" label="所属页面" min-width="100" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -785,7 +785,7 @@ export default { ...@@ -785,7 +785,7 @@ export default {
} }
_this.$message.info('开始上传'); _this.$message.info('开始上传');
doUpload(_this, file, getFilePath(file,null), 'preview4', 'progress1', 1).then(function (path) { doUpload(_this, file, getFilePath(file,null), 'preview4', 'progress1', 1).then(function (path) {
_this.form.location = path.fullPath; _this.form.actionPath = path.fullPath;
_this.$message.success('上传成功'); _this.$message.success('上传成功');
}); });
return false; return false;
...@@ -806,5 +806,8 @@ export default { ...@@ -806,5 +806,8 @@ export default {
.title { .title {
margin-bottom: 30px; margin-bottom: 30px;
} }
.bg-img {
width: 120px;
}
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册