This commit is contained in:
+4
-4
@@ -33,7 +33,7 @@
|
||||
:label="$t('trials:trialDocument:entryRecord:search:auditorRole')"
|
||||
>
|
||||
<el-select
|
||||
v-model="searchData.OptUserType"
|
||||
v-model="searchData.UserTypeEnum"
|
||||
style="width: 100px"
|
||||
placeholder=""
|
||||
clearable
|
||||
@@ -143,13 +143,13 @@
|
||||
sortable="custom"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="OptUserType"
|
||||
prop="UserTypeEnum"
|
||||
:label="$t('trials:trialDocument:entryRecord:table:auditorRole')"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ $fd('UserType', scope.row.OptUserType) }}</span>
|
||||
<span>{{ $fd('UserType', scope.row.UserTypeEnum) }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
@@ -211,7 +211,7 @@ import { downLoadFile } from '@/utils/stream.js'
|
||||
const searchDataDefault = () => {
|
||||
return {
|
||||
Code: null,
|
||||
OptUserType: null,
|
||||
UserTypeEnum: null,
|
||||
OptUserName: null,
|
||||
OptStartTime: null,
|
||||
OptEndTime: null,
|
||||
|
||||
Reference in New Issue
Block a user