|
|
@@ -24,9 +24,10 @@
|
|
|
{{ getNameByWorkid(row.workshopId, row.workspaceId, locationOptions) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="时间" prop="createdAt" width="250"></el-table-column>
|
|
|
+ <el-table-column v-if="!isShowTab" label="时间" prop="createdAt" width="250"></el-table-column>
|
|
|
+ <el-table-column v-if="isShowTab" label="时间" prop="issueTime" width="250"></el-table-column>
|
|
|
<el-table-column label="负责人" prop="personNameInCharge" width="100"></el-table-column>
|
|
|
- <el-table-column label="处理状态" prop="issueState" width="100">
|
|
|
+ <el-table-column label="处理状态" prop="issueState">
|
|
|
<template #default="{ row }">
|
|
|
{{ getNameByState(row.issueState) }}
|
|
|
</template>
|