|
|
@@ -124,7 +124,7 @@
|
|
|
<el-table-column sortable width="100" align="center" show-overflow-tooltip prop="LegalPerson" label="法人姓名"></el-table-column>
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="IDCode" label="法人身份证号"></el-table-column>
|
|
|
<el-table-column sortable min-width="150" align="center" show-overflow-tooltip prop="USCCode" label="全国统一信用代码"></el-table-column>
|
|
|
- <el-table-column sortable min-width="450" align="center" show-overflow-tooltip prop="RecordScope" label="业务范围"></el-table-column>
|
|
|
+ <el-table-column sortable min-width="450" align="center" show-overflow-tooltip prop="Business" label="业务范围"></el-table-column>
|
|
|
<!--<el-table-column sortable width="120" align="center" show-overflow-tooltip prop="Address" label="企业注册地址"></el-table-column>-->
|
|
|
<!--<el-table-column sortable width="100" align="center" show-overflow-tooltip prop="RegCapital" label="注册资本"></el-table-column>-->
|
|
|
<el-table-column sortable min-width="100" align="center" show-overflow-tooltip prop="Remark" label="备注"></el-table-column>
|
|
|
@@ -223,8 +223,8 @@
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item label="业务范围" prop="RecordScope">
|
|
|
- <el-input v-model="incomeData.RecordScope" placeholder="请输入业务范围" type="textarea" style="width: 100%"></el-input>
|
|
|
+ <el-form-item label="业务范围" prop="Business">
|
|
|
+ <el-input v-model="incomeData.Business" placeholder="请输入业务范围" type="textarea" style="width: 100%"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
@@ -471,7 +471,7 @@
|
|
|
RegCapital: [
|
|
|
{ required: false, validator: checkMoney, trigger: 'change' }
|
|
|
],
|
|
|
- RecordScope: [
|
|
|
+ Business: [
|
|
|
{ required: true, message: '业务范围不能为空', trigger: 'blur' }
|
|
|
]
|
|
|
},
|
|
|
@@ -480,7 +480,7 @@
|
|
|
{ required: true, message: '供方名称不能为空', trigger: 'blur' }
|
|
|
],
|
|
|
Business: [
|
|
|
- { required: true, message: '营业范围不能为空', trigger: 'blur' }
|
|
|
+ { required: true, message: '业务范围不能为空', trigger: 'blur' }
|
|
|
]
|
|
|
}
|
|
|
}
|