项目的邮件模板中,增加查询条件:邮件主题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5216bf9f62
commit
2716b379b5
|
|
@ -17,6 +17,10 @@
|
||||||
:label="item.TrialReadingCriterionName" />
|
:label="item.TrialReadingCriterionName" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item style="margin-bottom: 10px" :label="$t('trials:reviewTrack:table:EmailTopic')">
|
||||||
|
<el-input v-model="searchData.EmailTopic" clearable style="width: 120px">
|
||||||
|
</el-input>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item :label="$t('trials:emailManageCfg:title:toUserTypeList')" prop="ToUserTypeList">
|
<el-form-item :label="$t('trials:emailManageCfg:title:toUserTypeList')" prop="ToUserTypeList">
|
||||||
<el-select v-model="searchData.ToUserType" clearable class="mr">
|
<el-select v-model="searchData.ToUserType" clearable class="mr">
|
||||||
<el-option v-for="item of UserTypeList" :key="`ToUserTypeList${item.label}`" :label="item.label"
|
<el-option v-for="item of UserTypeList" :key="`ToUserTypeList${item.label}`" :label="item.label"
|
||||||
|
|
@ -229,6 +233,7 @@ const searchDataDefault = () => {
|
||||||
TrialReadingCriterionId: null,
|
TrialReadingCriterionId: null,
|
||||||
ToUserType: null,
|
ToUserType: null,
|
||||||
IsEnable: null,
|
IsEnable: null,
|
||||||
|
EmailTopic: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue