|
@@ -181,7 +181,7 @@
|
|
|
<div v-for="item of scope.row.peopleObject" :key="item.idapId">{{ item.name }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" min-width="100">
|
|
|
+ <el-table-column label="操作" min-width="200">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="primary" plain @click="event_query(scope.row.id)">编辑</el-button>
|
|
|
<el-button
|
|
@@ -370,7 +370,7 @@
|
|
|
<template slot-scope="scope">{{ scope.row.statusString }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建人" min-width="100" align="center">
|
|
|
- <template slot-scope="scope">{{ scope.row.ownner }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.createrObject.name }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建日期" min-width="100" align="center">
|
|
|
<template slot-scope="scope">{{ scope.row.gmtCreate }}</template>
|
|
@@ -389,7 +389,7 @@
|
|
|
<template slot-scope="scope">{{ scope.row.reportName }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="状态" min-width="100" align="center">
|
|
|
- <template slot-scope="scope">{{ scope.row.statusString }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.reportStatusString }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建人" min-width="100" align="center">
|
|
|
<template slot-scope="scope">{{ scope.row.createrObject.name }}</template>
|