|
|
|
|
@ -190,7 +190,7 @@
|
|
|
|
|
<span v-show="scope.row.type == 3">跳外部链接</span>
|
|
|
|
|
<span v-show="scope.row.type == 4">跳小程序</span>
|
|
|
|
|
<span v-show="scope.row.type == 5">导向视频号</span>
|
|
|
|
|
<span v-show="scope.row.type == 5">导向视频号直播间</span>
|
|
|
|
|
<span v-show="scope.row.type == 6">导向视频号直播间</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
@ -822,7 +822,8 @@ export default {
|
|
|
|
|
updateBy: null,
|
|
|
|
|
updateTime: null,
|
|
|
|
|
}
|
|
|
|
|
this.resetForm('form')
|
|
|
|
|
this.resetForm('form');
|
|
|
|
|
this.$refs.upload.clearFiles();
|
|
|
|
|
},
|
|
|
|
|
/** 搜索按钮操作 */
|
|
|
|
|
handleQuery() {
|
|
|
|
|
|