|
@@ -275,6 +275,18 @@
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
<strong>信用额度</strong>
|
|
<strong>信用额度</strong>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="diy-table-1">
|
|
|
|
+ <el-row :gutter="0">
|
|
|
|
+ <el-col :span="12" class="item">
|
|
|
|
+ <div class="label">审批人</div>
|
|
|
|
+ <div class="value">{{}}</div>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12" class="item">
|
|
|
|
+ <div class="label">审批人</div>
|
|
|
|
+ <div class="value">{{}}</div>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </div>
|
|
</el-card>
|
|
</el-card>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -303,4 +315,4 @@ export default {
|
|
.sty {
|
|
.sty {
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|