提交代码
This commit is contained in:
parent
e3bbf7c8f4
commit
f63a0987b6
|
|
@ -84,9 +84,12 @@
|
|||
>审核
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="scope.row.reviewerIds.includes(getUserId)"
|
||||
:disabled="scope.row.status0Count ===0"
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="handleDimension(scope.row)"
|
||||
|
||||
v-hasPermi="['dataCenter:sample:edit']"
|
||||
>智能标注
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -84,6 +84,8 @@
|
|||
>审核
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="scope.row.reviewerIds.includes(getUserId)"
|
||||
:disabled="scope.row.status0Count ===0"
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="handleDimension(scope.row)"
|
||||
|
|
|
|||
|
|
@ -84,6 +84,8 @@
|
|||
>审核
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="scope.row.reviewerIds.includes(getUserId)"
|
||||
:disabled="scope.row.status0Count ===0"
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="handleDimension(scope.row)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue