md
This commit is contained in:
parent
2eca21b389
commit
b2ad1883f6
@ -393,7 +393,7 @@ export default {
|
||||
}
|
||||
|
||||
this.pageCount=this.cacheFileList.length;
|
||||
const thisPage=this.cacheFileList[1];
|
||||
const thisPage=this.cacheFileList[0];
|
||||
|
||||
const pdfBase64 = thisPage.pdfBase64;
|
||||
|
||||
|
||||
@ -666,7 +666,8 @@
|
||||
<el-input v-else v-model="form.freight" disabled placeholder="" > </el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('费用备注')" prop="feeRemark" label-width="70px">
|
||||
<el-input v-model="form.feeRemark" type="textarea" placeholder="" >
|
||||
<el-input v-model="form.feeRemark" type="textarea" maxlength="300"
|
||||
show-word-limit placeholder="" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user