|
@@ -84,7 +84,11 @@
|
|
|
<span class="drawer-name" @click.stop="jumper(scope.row, '报告')">{{ scope.row.reportName || '' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="statusString" label="状态" min-width="110" />
|
|
|
+ <el-table-column prop="statusString" label="状态" min-width="110">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.statusString }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="报告人" min-width="110">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.creatorObject.name || '' }}
|