瀏覽代碼

报告优化

qinzhipeng_v 5 年之前
父節點
當前提交
f837a49dba
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/projectManage/taskList/taskViewDetails.vue

+ 3 - 3
src/views/projectManage/taskList/taskViewDetails.vue

@@ -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>