|
@@ -328,17 +328,17 @@
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item
|
|
<el-form-item
|
|
label="客户编号"
|
|
label="客户编号"
|
|
- prop="sealCustomerld"
|
|
|
|
|
|
+ prop="sealCustomerId"
|
|
>
|
|
>
|
|
- <el-input v-model="contractForm.sealCustomerld"></el-input>
|
|
|
|
|
|
+ <el-input v-model="contractForm.sealCustomerId"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item
|
|
<el-form-item
|
|
label="项目ID"
|
|
label="项目ID"
|
|
- prop="sealProjectld"
|
|
|
|
|
|
+ prop="sealProjectId"
|
|
>
|
|
>
|
|
- <el-input v-model="contractForm.sealProjectld"></el-input>
|
|
|
|
|
|
+ <el-input v-model="contractForm.sealProjectId"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -346,17 +346,17 @@
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item
|
|
<el-form-item
|
|
label="账号ID"
|
|
label="账号ID"
|
|
- prop="sealAccountld"
|
|
|
|
|
|
+ prop="sealAccountId"
|
|
>
|
|
>
|
|
- <el-input v-model="contractForm.sealAccountld"></el-input>
|
|
|
|
|
|
+ <el-input v-model="contractForm.sealAccountId"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item
|
|
<el-form-item
|
|
label="通信KeyB64"
|
|
label="通信KeyB64"
|
|
- prop="sealCommkey"
|
|
|
|
|
|
+ prop="sealCommKey"
|
|
>
|
|
>
|
|
- <el-input v-model="contractForm.sealCommkey"></el-input>
|
|
|
|
|
|
+ <el-input v-model="contractForm.sealCommKey"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|