提交代码

This commit is contained in:
jiang 2024-12-20 10:57:53 +08:00
parent e3bbf7c8f4
commit f63a0987b6
3 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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)"

View File

@ -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)"