项目文档申报方同意入项记录审核人角色字段更改
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')" :label="$t('trials:trialDocument:entryRecord:search:auditorRole')"
> >
<el-select <el-select
v-model="searchData.OptUserType" v-model="searchData.UserTypeEnum"
style="width: 100px" style="width: 100px"
placeholder="" placeholder=""
clearable clearable
@ -143,13 +143,13 @@
sortable="custom" sortable="custom"
/> />
<el-table-column <el-table-column
prop="OptUserType" prop="UserTypeEnum"
:label="$t('trials:trialDocument:entryRecord:table:auditorRole')" :label="$t('trials:trialDocument:entryRecord:table:auditorRole')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ $fd('UserType', scope.row.OptUserType) }}</span> <span>{{ $fd('UserType', scope.row.UserTypeEnum) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -211,7 +211,7 @@ import { downLoadFile } from '@/utils/stream.js'
const searchDataDefault = () => { const searchDataDefault = () => {
return { return {
Code: null, Code: null,
OptUserType: null, UserTypeEnum: null,
OptUserName: null, OptUserName: null,
OptStartTime: null, OptStartTime: null,
OptEndTime: null, OptEndTime: null,