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