|
@@ -33,19 +33,23 @@
|
|
|
|
|
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<!-- 第二行 -->
|
|
<!-- 第二行 -->
|
|
|
- <el-col :span="8"> </el-col>
|
|
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="信用额度">
|
|
<el-form-item label="信用额度">
|
|
|
<el-input v-model="orderInfo.creditLimit" placeholder="0" disabled />
|
|
<el-input v-model="orderInfo.creditLimit" placeholder="0" disabled />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="信用额度">
|
|
|
|
|
+ <el-input v-model="orderInfo.temporaryQuota" placeholder="0" disabled />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="剩余额度">
|
|
<el-form-item label="剩余额度">
|
|
|
- <el-input value="0" disabled />
|
|
|
|
|
|
|
+ <el-input v-model="orderInfo.remainingQuota" placeholder="0" disabled />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<!-- 第三行 -->
|
|
<!-- 第三行 -->
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|