Commit e53e7424 authored by youjie's avatar youjie

no message

parent 22c17884
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
value-format="yyyy-MM-dd"></el-date-picker> value-format="yyyy-MM-dd"></el-date-picker>
</el-form-item> </el-form-item>
<el-form-item :label="$t('objFill.v103.qichuyue')" prop="StartBalance"> <el-form-item :label="$t('objFill.v103.qichuyue')" prop="StartBalance">
<el-input-number :disabled="msg.Id==1" class="w170" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/> <el-input-number :disabled="msg.Id==1&&msg.Image" class="w170" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/>
</el-form-item> </el-form-item>
<el-form-item style=" width: 500px;margin-top: 0px;" :label="$t('objFill.fj')" prop="Image"> <el-form-item style=" width: 500px;margin-top: 0px;" :label="$t('objFill.fj')" prop="Image">
<div style="display: flex;flex-direction: row;"> <div style="display: flex;flex-direction: row;">
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
:preview-src-list="[msg.Image]" :preview-src-list="[msg.Image]"
show-progress show-progress
fit="cover"/> fit="cover"/>
<el-upload v-if="msg.Id==0" <el-upload v-if="msg.Id==0||msg.Image==''"
drag drag
:http-request="UploadImage" :http-request="UploadImage"
:multiple="true" :show-file-list="false" action="" :multiple="true" :show-file-list="false" action=""
......
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