|
@@ -154,6 +154,7 @@
|
|
label="报告标题"
|
|
label="报告标题"
|
|
align="center"
|
|
align="center"
|
|
min-width="140"
|
|
min-width="140"
|
|
|
|
+ fixed
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div @click="lookreportdtl(scope.row)">
|
|
<div @click="lookreportdtl(scope.row)">
|
|
@@ -183,6 +184,7 @@
|
|
label="摘要"
|
|
label="摘要"
|
|
align="center"
|
|
align="center"
|
|
min-width="140"
|
|
min-width="140"
|
|
|
|
+ fixed
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column label="报告类型" align="center" min-width="140">
|
|
<el-table-column label="报告类型" align="center" min-width="140">
|
|
<template slot-scope="scope"
|
|
<template slot-scope="scope"
|
|
@@ -279,7 +281,7 @@
|
|
>{{ hasUV? scope.row.Pv+'/'+scope.row.Uv:scope.row.Pv }}</template
|
|
>{{ hasUV? scope.row.Pv+'/'+scope.row.Uv:scope.row.Pv }}</template
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="操作" align="center" min-width="130">
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" min-width="130" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="opt-btns">
|
|
<div class="opt-btns">
|
|
<!-- 不走审批流的按钮 -->
|
|
<!-- 不走审批流的按钮 -->
|