|
|
|
@ -67,8 +67,8 @@ |
|
|
|
<el-table-column prop="creatorName" :label="t('common_list.creator')" width="150px" /> |
|
|
|
<el-table-column prop="operation" :label="t('common_list.operation')" width="220px"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button type="primary" text @click="editOpen(scope.row)">{{ t('common.edit') }}</el-button> |
|
|
|
<!-- <el-button type="danger" text @click="openDel(scope.row)">删除</el-button> --> |
|
|
|
<!-- <el-button type="primary" text @click="editOpen(scope.row)">{{ t('common.edit') }}</el-button> --> |
|
|
|
<el-button type="danger" text @click="openDel(scope.row)">{{t('common.delete')}}</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
|