|
@@ -470,12 +470,12 @@
|
|
<div style="display: inline-block;width: 18%;margin-left:1%">
|
|
<div style="display: inline-block;width: 18%;margin-left:1%">
|
|
<el-button size="small" @click="changeAltime(0)">{{ $t('volumeset') }}</el-button>
|
|
<el-button size="small" @click="changeAltime(0)">{{ $t('volumeset') }}</el-button>
|
|
</div>
|
|
</div>
|
|
- <div style="display: inline-block;width: 26%">
|
|
|
|
- <el-input style="float:left;" v-model="keywordAl" v-if="user.userNameNeedTranslate != 1" class="input-with-select" :placeholder="$t('pleaseenterhepersonnamesearch')" clearable="true" size="small" @clear="clearsearchAl()">
|
|
|
|
|
|
+ <div style="display: inline-block;width: 26%" v-if="user.userNameNeedTranslate != 1">
|
|
|
|
+ <el-input style="float:left;" v-model="keywordAl" class="input-with-select" :placeholder="$t('pleaseenterhepersonnamesearch')" clearable="true" size="small" @clear="clearsearchAl()">
|
|
<el-button slot="append" @click="searchAl()" icon="el-icon-search"></el-button>
|
|
<el-button slot="append" @click="searchAl()" icon="el-icon-search"></el-button>
|
|
</el-input>
|
|
</el-input>
|
|
</div>
|
|
</div>
|
|
- <div style="display: inline-block;width: 32%;margin-left:12%">
|
|
|
|
|
|
+ <div style="display: inline-block;width: 32%;">
|
|
<span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">{{ $t('screeningDepartment') }}</span>
|
|
<span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">{{ $t('screeningDepartment') }}</span>
|
|
<el-cascader
|
|
<el-cascader
|
|
ref="selectAl"
|
|
ref="selectAl"
|