bug 67621
This commit is contained in:
+6
-4
@@ -155,9 +155,10 @@
|
||||
<a-col :span="24">
|
||||
<div class="plus">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('usernotificationmode')">{{$t('usernotificationmode')}}</span>
|
||||
<h1 style='position: relative;left: -8px;'>{{$t('usernotificationmode')}}</h1>
|
||||
<!-- <span class="title-text-text" :title="$t('usernotificationmode')">{{$t('usernotificationmode')}}</span>-->
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="gzyhfs">
|
||||
<a-form-model-item class="itemModel" prop="gzyhfs" style='margin-top: 40px;'>
|
||||
<j-multi-select-tag class="box-input"
|
||||
v-model="formInline.gzyhfs"
|
||||
:placeholder="$t('PleaseSelect')"
|
||||
@@ -170,9 +171,10 @@
|
||||
<a-col :span="24">
|
||||
<div class="plus">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('userinformstherelevantfile')">{{$t('userinformstherelevantfile')}}</span>
|
||||
<h1 style='position: relative;left: -34px;'>{{$t('userinformstherelevantfile')}}</h1>
|
||||
<!-- <span class="title-text-text" :title="$t('userinformstherelevantfile')">{{$t('userinformstherelevantfile')}}</span>-->
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="gzscnr">
|
||||
<a-form-model-item class="itemModel" prop="gzscnr" style='margin-top: 40px;'>
|
||||
<a-button type="primary" @click="clickButtonToUpload('xgwj')" v-model="formInline.xgwj">
|
||||
{{ (formInline.xgwj === 'null' || formInline.xgwj === '' ||
|
||||
formInline.xgwj == null) ? $t('uploadattachment') : $t('viewUploadedFiles')
|
||||
|
||||
Reference in New Issue
Block a user