|
@@ -73,7 +73,7 @@
|
|
|
>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
- <el-button type="danger" :disabled="multiple" @click="handleDelete(null)" v-auth="'delete'"
|
|
|
+ <el-button type="danger" :disabled="multiple" @click="handleDelete(null)" v-auth="'del'"
|
|
|
><el-icon><ele-Delete /></el-icon>{{ t('message.flowForm.delete') }}</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -104,7 +104,7 @@
|
|
|
<el-table-column :label="t('message.flowForm.creator')" align="center" prop="createdBy" min-width="150px" />
|
|
|
<el-table-column :label="t('message.flowForm.operation')" align="center" class-name="small-padding" min-width="200px" fixed="right">
|
|
|
<template #default="scope">
|
|
|
- <el-button type="primary" link @click="handleView(scope.row)" v-auth="'get'"
|
|
|
+ <el-button type="primary" link @click="handleView(scope.row)" v-auth="'detail'"
|
|
|
><el-icon><ele-View /></el-icon>{{ t('message.flowForm.detail') }}</el-button
|
|
|
>
|
|
|
<el-button type="primary" link @click="handleUpdate(scope.row)" v-auth="'edit'"
|
|
@@ -113,7 +113,7 @@
|
|
|
<el-button type="primary" link @click="handleGen(scope.row)" v-auth="'gen'"
|
|
|
><el-icon><ele-Position /></el-icon>{{ t('message.flowForm.deployForm') }}</el-button
|
|
|
>
|
|
|
- <el-button type="primary" link @click="handleDelete(scope.row)" v-auth="'delete'"
|
|
|
+ <el-button type="primary" link @click="handleDelete(scope.row)" v-auth="'del'"
|
|
|
><el-icon><ele-DeleteFilled /></el-icon>{{ t('message.flowForm.delete') }}</el-button
|
|
|
>
|
|
|
</template>
|