Commit 2d1e158e by 孟冬雪

mdx

parent b0ea562c
...@@ -51,10 +51,10 @@ ...@@ -51,10 +51,10 @@
</c-col> </c-col>
<c-col :span="24"> <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" <c-input type="textarea"
v-model="model.ltdgrp.blk.addamtcov" v-model="model.ltdgrp.blk.addamtcov"
:rows="5" :rows="4"
maxlength="35" maxlength="35"
show-word-limit placeholder="请输入Covered" show-word-limit placeholder="请输入Covered"
></c-input> ></c-input>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-row>
<!-- ====================顶部======================= --> <!-- ====================顶部======================= -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="11">
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11" :offset="1">
<el-form-item label="Total Amount" prop="lttp.totamt"> <el-form-item label="Total Amount" prop="lttp.totamt">
<c-input <c-input
v-model="model.lttp.totamt" v-model="model.lttp.totamt"
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> --> </c-col> -->
</c-row>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="2"> <c-col :span="11" :offset="1">
<el-form-item label="Name" prop="ledgrp.rec.nam"> <el-form-item label="Name" prop="ledgrp.rec.nam">
<c-input <c-input
v-model="model.ledgrp.rec.nam" v-model="model.ledgrp.rec.nam"
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="2"> <c-col :span="11" :offset="1">
<el-form-item label="Name" prop="ltdgrp.rec.nam"> <el-form-item label="Name" prop="ltdgrp.rec.nam">
<c-input <c-input
v-model="model.ltdgrp.rec.nam" 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