|
|
@@ -32,7 +32,7 @@
|
|
|
</template>
|
|
|
<template #actions="{ item }">
|
|
|
<v-btn text color="primary" @click="handleDetail(item.id)">详情</v-btn>
|
|
|
- <v-btn text color="primary" @click="handleExecution(item.id)">执行</v-btn>
|
|
|
+ <!-- <v-btn text color="primary" @click="handleExecution(item.id)">执行</v-btn> -->
|
|
|
<v-btn text v-if="!item.active" color="success" @click="handleStatus(item.id, true)">激活</v-btn>
|
|
|
<v-btn text v-else color="error" @click="handleStatus(item.id, false)">停用</v-btn>
|
|
|
</template>
|