修复粉丝助手bug

This commit is contained in:
2025-07-15 13:47:23 +08:00
parent c3ba308ca7
commit 7573ef5d7c
4 changed files with 13 additions and 18 deletions

View File

@@ -130,18 +130,11 @@
<dict-tag :type="DICT_TYPE.BIGBIOTHER_NEGOTIATION" :value="scope.row.operationStatus" />
</template>
</el-table-column>
<!-- <el-table-column label="操作" align="center" min-width="120px">
<el-table-column :label="$t('employee.action')" align="center" min-width="120px">
<template #default="scope">
<el-button link type="primary" @click="openForm('update', scope.row.id)"
v-hasPermi="['server:employee-big-brother:update']">
编辑
</el-button>
<el-button link type="danger" @click="handleDelete(scope.row.id)"
v-hasPermi="['server:employee-big-brother:delete']">
删除
</el-button>
<el-button link type="primary" @click="openForm('update', scope.row.id)">{{ $t('employee.edit') }}</el-button>
</template>
</el-table-column> -->
</el-table-column>
</el-table>
<!-- 分页 -->
<Pagination :total="total" v-model:page="queryParams.pageNo" v-model:limit="queryParams.pageSize"