|
@@ -133,7 +133,7 @@
|
|
|
v-if="
|
|
|
checkPrivilege('link', 'delete') &&
|
|
|
scope.row.type !== 'CUSTOM' &&
|
|
|
- scope.row.used
|
|
|
+ !scope.row.used
|
|
|
"
|
|
|
class="btn-danger"
|
|
|
type="text"
|
|
@@ -144,7 +144,7 @@
|
|
|
v-if="
|
|
|
checkPrivilege('link', 'edit') &&
|
|
|
scope.row.createMethod !== 'UPLOAD' &&
|
|
|
- scope.row.used
|
|
|
+ !scope.row.used
|
|
|
"
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
@@ -155,7 +155,7 @@
|
|
|
v-if="
|
|
|
checkPrivilege('link', 'edit') &&
|
|
|
scope.row.type !== 'CUSTOM' &&
|
|
|
- scope.row.used
|
|
|
+ !scope.row.used
|
|
|
"
|
|
|
class="btn-primary"
|
|
|
type="text"
|