修复粉丝助手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

@@ -133,7 +133,7 @@
<el-table-column :label="$t('employee.remark')" align="center" prop="remake" />
<el-table-column :label="$t('employee.operationStatus')" align="center" prop="operationStatus">
<template #default="scope">
<dict-tag :type="DICT_TYPE.x" :value="scope.row.operationStatus" />
<dict-tag :type="DICT_TYPE.OPERATION_STATE" :value="scope.row.operationStatus" />
</template>
</el-table-column>
<el-table-column :label="$t('employee.createTime')" align="center" prop="createTime" :formatter="dateFormatter"