中心调研操作日志添加字典
continuous-integration/drone/push Build is passing Details

uat_us^2
wangxiaoshuang 2026-08-12 16:37:17 +08:00
parent 9a748b0c8a
commit 9f8cab4e50
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
</el-table-column>
<el-table-column prop="UserType" label="角色" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
{{ $fd('UserType', scope.row.IsJoin) }}
{{ $fd('UserType', scope.row.UserType) }}
</template>
</el-table-column>
<el-table-column prop="OptType" label="操作" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
{{ $fd('SiteSurveyOptTyp', scope.row.IsJoin) }}
{{ $fd('SiteSurveyOptTyp', scope.row.OptType) }}
</template>
</el-table-column>
<el-table-column prop="Json" label="详情" min-width="100" show-overflow-tooltip>