|
@@ -61,7 +61,7 @@
|
|
|
</template>
|
|
|
<template v-if="perm.LINK_Publish">
|
|
|
<t-link
|
|
|
- :disabled="row.status !== 'NEW'"
|
|
|
+ :disabled="row.status !== 'NEW' && row.status !== 'FINISH'"
|
|
|
theme="primary"
|
|
|
hover="color"
|
|
|
@click="handlePublish(row)"
|
|
@@ -79,7 +79,7 @@
|
|
|
作废
|
|
|
</t-link>
|
|
|
</template>
|
|
|
- <template v-if="perm.LINK_Restart">
|
|
|
+ <!-- <template v-if="perm.LINK_Restart">
|
|
|
<t-link
|
|
|
:disabled="row.status !== 'FINISH'"
|
|
|
theme="primary"
|
|
@@ -88,7 +88,7 @@
|
|
|
>
|
|
|
重启
|
|
|
</t-link>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<template v-if="perm.LINK_Close">
|
|
|
<t-link
|
|
|
:disabled="row.status !== 'PUBLISH'"
|