杜函宇 2 years ago
commit 72a3cd2204

@ -1,11 +1,11 @@
<template> <template>
<div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }"> <div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition name="sidebarLogoFade"> <transition name="sidebarLogoFade">
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/"> <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/tcZz/networkSecurity/sjly/DataSourceTj">
<img v-if="logo" :src="logo" class="sidebar-logo" /> <img v-if="logo" :src="logo" class="sidebar-logo" />
<h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1> <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
</router-link> </router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/"> <router-link v-else key="expand" class="sidebar-logo-link" to="/tcZz/networkSecurity/sjly/DataSourceTj">
<img v-if="logo" :src="logo" class="sidebar-logo" /> <img v-if="logo" :src="logo" class="sidebar-logo" />
<h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1> <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
</router-link> </router-link>

@ -98,7 +98,7 @@ export default {
watch: { watch: {
$route: { $route: {
handler: function(route) { handler: function(route) {
this.redirect = 'tcZz/networkSecurity/sjly/DataSourceTj'; this.redirect = '/tcZz/networkSecurity/sjly/DataSourceTj';
// this.redirect = route.query && route.query.redirect; // this.redirect = route.query && route.query.redirect;
}, },
immediate: true immediate: true

@ -325,7 +325,6 @@
this.files = []; this.files = [];
const id = row.id || this.ids const id = row.id || this.ids
getYtlc(id).then(response => { getYtlc(id).then(response => {
console.log(response,'response')
this.form = response.data; this.form = response.data;
let arr1 = this.form.fileName.split(','); let arr1 = this.form.fileName.split(',');
let arr2 = this.form.fileUrl.split(','); let arr2 = this.form.fileUrl.split(',');
@ -339,7 +338,6 @@
} else { } else {
this.files = []; this.files = [];
} }
console.log(this.files,'this.files')
this.infoOpen = true; this.infoOpen = true;
this.infoTitle = "查看约谈流程详情" this.infoTitle = "查看约谈流程详情"
}); });

@ -310,7 +310,7 @@
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item label="发布时间">{{ <el-descriptions-item label="发布时间">{{
form.dateTime parseTime(form.dateTime,'{y}-{m}-{d}')
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item label="网址">{{ form.url }}</el-descriptions-item> <el-descriptions-item label="网址">{{ form.url }}</el-descriptions-item>

Loading…
Cancel
Save