fixed bug

This commit is contained in:
chenjianan
2019-05-22 10:45:37 +08:00
parent c92c133128
commit dec47d26f7
2 changed files with 39 additions and 14 deletions

View File

@@ -401,19 +401,19 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="企业性质">
<el-form-item label="法人">
<el-input v-model="enterpriseNature" size="small"/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="货期">
<el-form-item label="邮编">
<el-input v-model="goodTime" size="small"/>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="注册资本">
<el-form-item label="受托人">
<el-input v-model="registeredCapital" size="small"/>
</el-form-item>
</el-col>
@@ -484,12 +484,12 @@
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="企业性质" min-width="100">
<el-table-column align="center" label="法人" min-width="100">
<template slot-scope="scope">
{{ scope.row.企业性质 }}
</template>
</el-table-column>
<el-table-column align="center" label="注册资本" min-width="100">
<el-table-column align="center" label="受托人" min-width="100">
<template slot-scope="scope">
{{ scope.row.注册资本 }}
</template>