项目文档申报方同意入项记录审核人角色字段更改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-03-14 10:25:35 +08:00
parent 08cdcffd82
commit 08c911d4a0
1 changed files with 4 additions and 4 deletions

View File

@ -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,