|
@@ -165,7 +165,7 @@
|
|
|
<div v-else>
|
|
|
<el-button link type="primary" size="small" @click="viewResult(scope.row,true)"
|
|
|
>{{resultLable(scope.row)}}</el-button>
|
|
|
- <el-button v-if="scope.row.record != null&&scope.row.record.status !== 3&&scope.row.record.handlerId === useUserStore().user.userId" link type="primary" icon="Edit" size="small" style="margin: 0"
|
|
|
+ <el-button v-if="scope.row.record.handlerId === useUserStore().user.userId" link type="primary" icon="Edit" size="small" style="margin: 0"
|
|
|
@click="viewResult(scope.row,false)" />
|
|
|
</div>
|
|
|
|