|
@@ -134,7 +134,7 @@
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button link type="primary" size="small" @click="viewOnWorkDetail(scope.row,true)"
|
|
<el-button link type="primary" size="small" @click="viewOnWorkDetail(scope.row,true)"
|
|
>{{textFormat(scope.row.onWorkDetail)}}</el-button>
|
|
>{{textFormat(scope.row.onWorkDetail)}}</el-button>
|
|
- <el-button v-if="scope.row.record != null&&scope.row.record.status !== 3&&scope.row.record.handlerId === useUserStore().user.userId" style="margin: 0" link type="primary" icon="Edit"
|
|
|
|
|
|
+ <el-button v-if="scope.row.record != null&&scope.row.record.status !== 3&&scope.row.record.status !== 4&&scope.row.record.handlerId === useUserStore().user.userId" style="margin: 0" link type="primary" icon="Edit"
|
|
@click="viewOnWorkDetail(scope.row,false)" />
|
|
@click="viewOnWorkDetail(scope.row,false)" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|