|
|
@ -108,7 +108,7 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column :label="A3" align="center" width="240">
|
|
|
|
<el-table-column :label="A3" align="center" width="240">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
{{ scope.row.qymc || scope.row.sf }}
|
|
|
|
{{ scope.row.qymc || scope.row.sf || scope.row.zcr }}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
@ -153,6 +153,7 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import { download, dchzpsj } from "../../../api/archives/updata";
|
|
|
|
import { download, dchzpsj } from "../../../api/archives/updata";
|
|
|
|
import { Notification, MessageBox, Message, Loading } from "element-ui";
|
|
|
|
import { Notification, MessageBox, Message, Loading } from "element-ui";
|
|
|
|
|
|
|
|
import logVue from '../../monitor/job/log.vue';
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components: {},
|
|
|
|
components: {},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
@ -286,6 +287,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//去内嵌页面
|
|
|
|
//去内嵌页面
|
|
|
|
toDetail(e) {
|
|
|
|
toDetail(e) {
|
|
|
|
|
|
|
|
console.log(e);
|
|
|
|
let data = "";
|
|
|
|
let data = "";
|
|
|
|
if (this.types == "1") {
|
|
|
|
if (this.types == "1") {
|
|
|
|
data = e.bah;
|
|
|
|
data = e.bah;
|
|
|
|