5740e8b7 by joe

1

1 parent 8a796e68
......@@ -41,7 +41,7 @@
<el-table-column label="跳转路径" min-width="200px">
<template slot-scope="scope">
<div v-if="scope.row.linkType == 'minipro'">{{scope.row.miniproAppId}}</div>
<div>{{scope.row.link}}</div>
<div v-if="scope.row.linkType != 'none'">{{scope.row.link}}</div>
</template>
</el-table-column>
......@@ -327,7 +327,7 @@ export default {
link: "",
linkType: "web",
classify: "",
miniproAppId : ""
miniproAppId: ""
};
try {
this.$refs["editForm"].resetFields();
......