Commit 45b40909 authored by youjie's avatar youjie

no message

parent 20a40a91
......@@ -4,7 +4,7 @@
height: 32px;
}
.yinhangForm{
max-height: 200px;
max-height: 300px;
overflow-y: auto;
}
.yinhangBox{
......@@ -13,25 +13,29 @@
/deep/.cdForm .el-upload-dragger{
width: 50px;
height: 50px;
line-height: 50px;
}
/deep/.cdForm .el-form-item {
margin-bottom: 0;
}
</style>
<template>
<div>
<el-dialog :title="title+$t('objFill.v103.liushui')" width="680px"
<el-dialog :title="title+$t('objFill.v103.liushui')" width="660px"
:visible.sync="showState" center @close="close">
<el-form class="cdForm" label-width="90px"
:model="msg" :rules="rules" ref="msg">
<div style="display: flex;flex-direction: column;">
<div style="display: flex;flex-direction: row;">
<el-form-item :label="$t('pub.date')" prop="Date">
<el-date-picker :disabled="msg.Id==1" class="w220" :clearable="false" v-model="msg.Date" type="date"
<el-date-picker :disabled="msg.Id==1" class="w210" :clearable="false" v-model="msg.Date" type="date"
value-format="yyyy-MM-dd"></el-date-picker>
</el-form-item>
<el-form-item :label="$t('objFill.v103.qichuyue')" prop="StartBalance">
<el-input-number :disabled="msg.Id==1" class="w220" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/>
<el-input-number :disabled="msg.Id==1" class="w210" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/>
</el-form-item>
</div>
<el-form-item style=" width: 500px; " :label="$t('objFill.fj')" prop="Image">
<el-form-item style=" width: 500px;margin-top: 20px;" :label="$t('objFill.fj')" prop="Image">
<div style="display: flex;flex-direction: row;">
<el-image v-if="msg.Image"
style="width: 50px; height:50px;margin-right: 20px;border-radius: 5px;"
......@@ -45,7 +49,7 @@
:multiple="true" :show-file-list="false" action=""
accept="image/jpeg,image/gif,image/png,image/bmp">
<i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t('active.ld_djscwj')}}</div>
<!-- <div class="el-upload__text">{{$t('active.ld_djscwj')}}</div> -->
</el-upload>
</div>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment