Compare commits
No commits in common. "5df08f52fc5bab1780b6b3aca7e52439aaa61a84" and "be32fd8e1580f585059e4a66bce5c3636d51ec66" have entirely different histories.
5df08f52fc
...
be32fd8e15
|
@ -5,7 +5,7 @@
|
|||
<el-form :inline="true">
|
||||
<!-- 文件类型 -->
|
||||
<el-form-item :label="$t('trials:signRecords:table:fileType')">
|
||||
<el-select v-model="searchData.FileTypeId" clearable style="width: 150px">
|
||||
<el-select v-model="searchData.FileTypeId" style="width: 150px">
|
||||
<el-option
|
||||
v-for="item of typeOptions"
|
||||
:key="item.FileTypeId"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<el-form-item :label="$t('trials:self-attachment:table:fileType')">
|
||||
<el-select
|
||||
v-model="searchData.FileTypeId"
|
||||
clearable
|
||||
style="width:150px;"
|
||||
>
|
||||
<el-option
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<el-form-item :label="$t('trials:attachment:table:fileType')">
|
||||
<el-select
|
||||
v-model="searchData.FileTypeId"
|
||||
clearable
|
||||
style="width:150px;"
|
||||
>
|
||||
<el-option
|
||||
|
@ -41,7 +40,6 @@
|
|||
<el-form-item :label="$t('trials:attachment:table:userType')">
|
||||
<el-select
|
||||
v-model="searchData.UserTypeId"
|
||||
clearable
|
||||
style="width:100%;"
|
||||
>
|
||||
<el-option
|
||||
|
|
Loading…
Reference in New Issue