|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<el-dialog :title="$t('page.business.resource.gsp.fafang')" :visible.sync="open" width="1200px" append-to-body |
|
|
|
:close-on-click-modal="false"> |
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px"> |
|
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div> |
|
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent show-password> </div> |
|
|
|
<div :style="isBatch ? 'display:block' : 'display:none'"> |
|
|
|
<el-row style="margin:10px 0px;"> |
|
|
|
<el-col :span="24"> |
|
|
|
@ -152,7 +152,7 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gsp.lqr1')+$t('form.password')" prop="lqr1mm"> |
|
|
|
<div class="sbzdtcma"> <input type="text"></div> |
|
|
|
<el-input type="password" v-model="form.lqr1mm" maxlength="20" show-password |
|
|
|
<el-input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent v-model="form.lqr1mm" maxlength="20" show-password |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -166,7 +166,7 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gsp.lqr2')+$t('form.password')" > |
|
|
|
<div class="sbzdtcma"> <input type="text"></div> |
|
|
|
<el-input type="password" v-model="form.lqr2mm" maxlength="20" show-password |
|
|
|
<el-input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent v-model="form.lqr2mm" maxlength="20" show-password |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -180,7 +180,7 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr1')+$t('form.password')" prop="ffr1mm"> |
|
|
|
<div class="sbzdtcma"> <input type="text"></div> |
|
|
|
<el-input type="password" v-model="form.ffr1mm" maxlength="20" show-password |
|
|
|
<el-input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent v-model="form.ffr1mm" maxlength="20" show-password |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -194,7 +194,7 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr2')+$t('form.password')" prop="ffr2mm"> |
|
|
|
<div class="sbzdtcma"> <input type="text"></div> |
|
|
|
<el-input type="password" v-model="form.ffr2mm" maxlength="20" show-password |
|
|
|
<el-input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent v-model="form.ffr2mm" maxlength="20" show-password |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|