Commit 2d1e158e by 孟冬雪

mdx

parent b0ea562c
......@@ -51,10 +51,10 @@
</c-col>
<c-col :span="24">
<el-form-item label="Covered" prop="ltdgrp.blk.addamtcov">
<el-form-item label="Covered" prop="ltdgrp.blk.addamtcov">
<c-input type="textarea"
v-model="model.ltdgrp.blk.addamtcov"
:rows="5"
:rows="4"
maxlength="35"
show-word-limit placeholder="请输入Covered"
></c-input>
......
<template>
<div class="eibs-tab">
<c-row>
<!-- ====================顶部======================= -->
<c-col :span="24">
<c-col :span="11">
......@@ -248,7 +248,7 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11">
<c-col :span="11" :offset="1">
<el-form-item label="Total Amount" prop="lttp.totamt">
<c-input
v-model="model.lttp.totamt"
......@@ -274,7 +274,7 @@
</el-form-item>
</c-col>
</c-col> -->
</c-row>
</div>
</template>
<script>
......
......@@ -12,7 +12,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="2">
<c-col :span="11" :offset="1">
<el-form-item label="Name" prop="ledgrp.rec.nam">
<c-input
v-model="model.ledgrp.rec.nam"
......@@ -36,7 +36,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="2">
<c-col :span="11" :offset="1">
<el-form-item label="Name" prop="ltdgrp.rec.nam">
<c-input
v-model="model.ltdgrp.rec.nam"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment