中心调研操作日志添加字典
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9a748b0c8a
commit
9f8cab4e50
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue