部分问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-07 17:33:44 +08:00
parent b3decf3439
commit 0699b35a06
10 changed files with 61 additions and 39 deletions

View File

@ -92,7 +92,7 @@
prop="CalledAE" prop="CalledAE"
:label="$t('trials:inspection:table:CalledAE')" :label="$t('trials:inspection:table:CalledAE')"
show-overflow-tooltip show-overflow-tooltip
min-width="140" min-width="120"
> >
</el-table-column> </el-table-column>
<!--Calling AE--> <!--Calling AE-->
@ -100,7 +100,7 @@
prop="CallingAE" prop="CallingAE"
:label="$t('trials:inspection:table:CallingAE')" :label="$t('trials:inspection:table:CallingAE')"
show-overflow-tooltip show-overflow-tooltip
min-width="140" min-width="120"
> >
</el-table-column> </el-table-column>
<!--序列数量--> <!--序列数量-->
@ -109,7 +109,7 @@
prop="SeriesCount" prop="SeriesCount"
:label="$t('trials:audit:table:seriesCount')" :label="$t('trials:audit:table:seriesCount')"
show-overflow-tooltip show-overflow-tooltip
min-width="140" min-width="100"
sortable="custom" sortable="custom"
></el-table-column> ></el-table-column>
<!--图像数量--> <!--图像数量-->
@ -118,7 +118,7 @@
prop="InstanceCount" prop="InstanceCount"
:label="$t('trials:audit:table:instanceCount')" :label="$t('trials:audit:table:instanceCount')"
show-overflow-tooltip show-overflow-tooltip
min-width="140" min-width="100"
sortable="custom" sortable="custom"
></el-table-column> ></el-table-column>
<!--检查日期--> <!--检查日期-->
@ -127,7 +127,7 @@
prop="StudyTime" prop="StudyTime"
:label="$t('trials:audit:table:studyDate')" :label="$t('trials:audit:table:studyDate')"
show-overflow-tooltip show-overflow-tooltip
min-width="140" min-width="180"
sortable="custom" sortable="custom"
></el-table-column> ></el-table-column>
<!--操作--> <!--操作-->

View File

@ -4,7 +4,7 @@
ref="mar" ref="mar"
hspace="0" hspace="0"
direction="left" direction="left"
width="500" max-width="500"
@mouseout="start()" @mouseout="start()"
@mouseover="stop()" @mouseover="stop()"
> >

View File

@ -121,6 +121,7 @@
:key="item.Id" :key="item.Id"
:label="item.CriterionName" :label="item.CriterionName"
:value="item.CriterionType" :value="item.CriterionType"
:title="item.Description"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -277,11 +278,11 @@ export default {
message: `${this.$t("common:ruleMessage:maxLength")} 200`, message: `${this.$t("common:ruleMessage:maxLength")} 200`,
trigger: "blur", trigger: "blur",
}, },
{ // {
pattern: /^[\u4e00-\u9fa5a-zA-Z\/\\]+$/, // pattern: /^[\u4e00-\u9fa5a-zA-Z\/\\]+$/,
message: this.$t("trisals:trials-list:formRule:onlyEN"), // message: this.$t("trisals:trials-list:formRule:onlyEN"),
trigger: "blur", // trigger: "blur",
}, // },
], ],
TrialType: [ TrialType: [
{ {

View File

@ -145,12 +145,14 @@
prop="TrialCode" prop="TrialCode"
:label="$t('trials:trials-list:table:trialId')" :label="$t('trials:trials-list:table:trialId')"
show-overflow-tooltip show-overflow-tooltip
min-width="100"
sortable="custom" sortable="custom"
/> />
<el-table-column <el-table-column
prop="ResearchProgramNo" prop="ResearchProgramNo"
:label="$t('trials:trials-list:table:researchNumber')" :label="$t('trials:trials-list:table:researchNumber')"
show-overflow-tooltip show-overflow-tooltip
min-width="120"
sortable="custom" sortable="custom"
/> />
@ -158,12 +160,14 @@
prop="ExperimentName" prop="ExperimentName"
:label="$t('trials:trials-list:table:experimentName')" :label="$t('trials:trials-list:table:experimentName')"
show-overflow-tooltip show-overflow-tooltip
min-width="100"
sortable="custom" sortable="custom"
/> />
<el-table-column <el-table-column
prop="Sponsor" prop="Sponsor"
:label="$t('trials:trials-list:table:sponsor')" :label="$t('trials:trials-list:table:sponsor')"
min-width="100"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> />
@ -225,20 +229,28 @@
show-overflow-tooltip show-overflow-tooltip
v-if="hasPermi(['role:pm', 'role:pi', 'role:sr'])" v-if="hasPermi(['role:pm', 'role:pi', 'role:sr'])"
/> />
<!--到期日-->
<el-table-column <el-table-column
prop="AuthorizationDate"
:label="$t('trials:trials-list:table:dateAuthorized')"
show-overflow-tooltip
min-width="180"
sortable="custom"
/>
<!-- <el-table-column
prop="CreateTime" prop="CreateTime"
:label="$t('trials:trials-list:table:createDate')" :label="$t('trials:trials-list:table:createDate')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> /> -->
<!--授权时长--> <!--授权时长-->
<el-table-column <!-- <el-table-column
prop="AuthorizationDuration" prop="AuthorizationDuration"
:label="$t('trials:trials-list:form:projectCycle')" :label="$t('trials:trials-list:form:projectCycle')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> /> -->
<el-table-column label="" min-width="150" align="left" fixed="right"> <el-table-column label="" min-width="200" align="left" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- 详情 --> <!-- 详情 -->
<el-button <el-button

View File

@ -108,7 +108,7 @@
height="100" height="100"
@sort-change="handleSortByColumn" @sort-change="handleSortByColumn"
> >
<el-table-column width="40"> <el-table-column min-width="20">
<template slot-scope="scope"> <template slot-scope="scope">
<i <i
v-if=" v-if="
@ -127,6 +127,7 @@
:label="$t('trials:uploadMonitor:table:subjectId')" :label="$t('trials:uploadMonitor:table:subjectId')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="120"
/> />
<!-- 患者编号 --> <!-- 患者编号 -->
<el-table-column <el-table-column
@ -153,6 +154,7 @@
:label="$t('trials:researchStaff:table:Name')" :label="$t('trials:researchStaff:table:Name')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="100"
/> />
<!-- 性别 --> <!-- 性别 -->
<el-table-column <el-table-column
@ -171,6 +173,7 @@
:label="$t('trials:uploadMonitor:table:visitName')" :label="$t('trials:uploadMonitor:table:visitName')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="100"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click="handleOpenStudyDialog(scope.row)"> <el-button type="text" @click="handleOpenStudyDialog(scope.row)">
@ -184,6 +187,7 @@
:label="$t('trials:trials-panel:table:EarliestScanDate')" :label="$t('trials:trials-panel:table:EarliestScanDate')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="140"
/> />
<!-- 最晚拍片日期 --> <!-- 最晚拍片日期 -->
<el-table-column <el-table-column
@ -191,6 +195,7 @@
:label="$t('trials:linkedRP:table:latestScanDate')" :label="$t('trials:linkedRP:table:latestScanDate')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="120"
/> />
<!-- 状态 --> <!-- 状态 -->
<el-table-column <el-table-column
@ -217,6 +222,7 @@
prop="PackState" prop="PackState"
:label="$t('trials:hirVisit:table:PackState')" :label="$t('trials:hirVisit:table:PackState')"
show-overflow-tooltip show-overflow-tooltip
min-width="100"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -238,19 +244,20 @@
prop="SubmitTime" prop="SubmitTime"
:label="$t('trials:crcUpload:table:submitTime')" :label="$t('trials:crcUpload:table:submitTime')"
show-overflow-tooltip show-overflow-tooltip
min-width="100"
sortable="custom" sortable="custom"
/> />
<!--操作--> <!--操作-->
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
min-width="100" min-width="200"
fixed="right" fixed="right"
v-if=" v-if="
hasPermi([ hasPermi([
'trials:trials-panel:hirVisit:edit', 'trials:trials-panel:hirVisit:edit',
'trials:trials-panel:hirVisit:submit', 'trials:trials-panel:hirVisit:submit',
'trials:trials-panel:hirVisit:remove', 'trials:trials-panel:hirVisit:remove',
'trials:trials-panel:hirVisit:downlaod', 'trials:trials-panel:hirVisit:download',
]) ])
" "
> >

View File

@ -223,7 +223,7 @@
show-overflow-tooltip show-overflow-tooltip
/> />
<!-- 申请状态 --> <!-- 申请状态 -->
<el-table-column <!-- <el-table-column
v-if="!hasPermi(['role:air'])" v-if="!hasPermi(['role:air'])"
prop="ReReadingApplyState" prop="ReReadingApplyState"
:label="$t('trials:readTask:table:reReadingApplyState')" :label="$t('trials:readTask:table:reReadingApplyState')"
@ -249,17 +249,19 @@
$fd("ReReadingApplyState", scope.row.ReReadingApplyState) $fd("ReReadingApplyState", scope.row.ReReadingApplyState)
}}</el-tag> }}</el-tag>
</template> </template>
</el-table-column> </el-table-column> -->
<!--操作--> <!--操作-->
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
width="250" min-width="100"
fixed="right" fixed="right"
v-if=" v-if="
hasPermi(['trials:readTask:view']) || hasPermi([
hasPermi(['trials:readTask:reread']) || 'trials:readTask:view',
hasPermi(['trials:readTask:report']) || 'trials:readTask:reread',
hasPermi(['trials:readTask:auditRecord']) 'trials:readTask:report',
'trials:readTask:auditRecord',
])
" "
> >
<template slot-scope="scope"> <template slot-scope="scope">

View File

@ -193,21 +193,21 @@
</template> </template>
</el-table-column> </el-table-column>
<!-- 授权时间 --> <!-- 授权时间 -->
<el-table-column <!-- <el-table-column
prop="CreateTime" prop="CreateTime"
:label="$t('trials:staff:table:authorizationTime')" :label="$t('trials:staff:table:authorizationTime')"
show-overflow-tooltip show-overflow-tooltip
sortable sortable
width="180" width="180"
/> /> -->
<!-- 禁用时间 --> <!-- 禁用时间 -->
<el-table-column <!-- <el-table-column
prop="DeletedTime" prop="DeletedTime"
:label="$t('trials:staff:table:disableTime')" :label="$t('trials:staff:table:disableTime')"
show-overflow-tooltip show-overflow-tooltip
sortable sortable
min-width="60" min-width="60"
/> /> -->
<el-table-column <el-table-column
v-if="hasPermi(['trials:trials-panel:setting:personnel-manage:status'])" v-if="hasPermi(['trials:trials-panel:setting:personnel-manage:status'])"

View File

@ -111,13 +111,13 @@
min-width="100" min-width="100"
/> />
<!-- 用户名 --> <!-- 用户名 -->
<!-- <el-table-column <el-table-column
prop="UserName" prop="UserName"
:label="$t('trials:staff:table:uid')" :label="$t('trials:staff:table:uid')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="100" min-width="100"
/> --> />
<!-- 电话 --> <!-- 电话 -->
<el-table-column <el-table-column
prop="Phone" prop="Phone"
@ -139,7 +139,7 @@
prop="OrganizationName" prop="OrganizationName"
:label="$t('trials:staff:table:organization')" :label="$t('trials:staff:table:organization')"
show-overflow-tooltip show-overflow-tooltip
min-width="100" min-width="150"
sortable="custom" sortable="custom"
/> />
<!-- 用户类型 --> <!-- 用户类型 -->

View File

@ -94,14 +94,14 @@
height="100" height="100"
@sort-change="handleSortByColumn" @sort-change="handleSortByColumn"
> >
<el-table-column type="index" width="40" /> <el-table-column type="index" width="30" />
<!-- 受试者编号 --> <!-- 受试者编号 -->
<el-table-column <el-table-column
prop="SubjectCode" prop="SubjectCode"
:label="$t('trials:subject:table:subjectId')" :label="$t('trials:subject:table:subjectId')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="100" min-width="120"
/> />
<!-- 患者编号 --> <!-- 患者编号 -->
<el-table-column <el-table-column
@ -214,7 +214,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
min-width="120" min-width="150"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">

View File

@ -151,15 +151,15 @@
{{ $fd("UserType", scope.row.LoginUserTypeEnum) }} {{ $fd("UserType", scope.row.LoginUserTypeEnum) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
v-if="!isMine" v-if="!isMine"
:label="$t('trials:loginLog:table:optUserName')" :label="$t('trials:loginLog:table:optUserName')"
prop="optUserName" prop="optUserName"
min-width="90" min-width="90"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> /> -->
<el-table-column <!-- <el-table-column
v-if="!isMine" v-if="!isMine"
:label="$t('trials:loginLog:table:optUserType')" :label="$t('trials:loginLog:table:optUserType')"
prop="OptUserTypeEnum" prop="OptUserTypeEnum"
@ -170,7 +170,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
{{ $fd("UserType", scope.row.OptUserTypeEnum) }} {{ $fd("UserType", scope.row.OptUserTypeEnum) }}
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
:label="$t('trials:loginLog:table:createTime')" :label="$t('trials:loginLog:table:createTime')"
prop="CreateTime" prop="CreateTime"