|
@@ -159,14 +159,14 @@
|
|
<el-table-column
|
|
<el-table-column
|
|
class-name="action-column"
|
|
class-name="action-column"
|
|
label="操作"
|
|
label="操作"
|
|
- width="120"
|
|
|
|
|
|
+ width="80"
|
|
fixed="right"
|
|
fixed="right"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
v-if="checkPrivilege('link', 'MarkTaskReject')"
|
|
v-if="checkPrivilege('link', 'MarkTaskReject')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
- :disabled="scope.row.status !== 'MARKED' || scope.row.aiMark"
|
|
|
|
|
|
+ :disabled="scope.row.status !== 'MARKED' || scope.row.aiMarked"
|
|
type="text"
|
|
type="text"
|
|
@click="toReject(scope.row)"
|
|
@click="toReject(scope.row)"
|
|
>打回</el-button
|
|
>打回</el-button
|