|
@@ -22,7 +22,7 @@
|
|
|
<div v-else class="drawer-name" @click="jumper(scope.row)">{{ scope.row.bugName | ellipsis }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="状态" min-width="100">
|
|
|
+ <el-table-column label="状态" min-width="100" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="Statistics.typeStr === '需求'">{{ scope.row.statusName }}</div>
|
|
|
<div v-if="Statistics.typeStr === '任务'">{{ scope.row.statusString }}</div>
|