|
@@ -177,7 +177,6 @@
|
|
v-if="
|
|
v-if="
|
|
((scope.row.status === 'STAGE' && !scope.row.enable) ||
|
|
((scope.row.status === 'STAGE' && !scope.row.enable) ||
|
|
scope.row.status === 'DRAFT') &&
|
|
scope.row.status === 'DRAFT') &&
|
|
- scope.row.createId === curUserId &&
|
|
|
|
checkPrivilege('link', 'assign')
|
|
checkPrivilege('link', 'assign')
|
|
"
|
|
"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
@@ -188,7 +187,6 @@
|
|
<el-button
|
|
<el-button
|
|
v-if="
|
|
v-if="
|
|
scope.row.status !== 'FINISH' &&
|
|
scope.row.status !== 'FINISH' &&
|
|
- scope.row.createId === curUserId &&
|
|
|
|
checkPrivilege('link', 'cancel')
|
|
checkPrivilege('link', 'cancel')
|
|
"
|
|
"
|
|
:class="scope.row.enable ? 'btn-danger' : 'btn-primary'"
|
|
:class="scope.row.enable ? 'btn-danger' : 'btn-primary'"
|