Commit 0fdd21f9 by wangyanjiao

#233

parent 030a00f9
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label=" " prop="bodgrp.rec.matperbeg"> <el-form-item label=" " prop="bodgrp.rec.matperbeg">
<c-select v-model="model.bodgrp.rec.matperbeg" style="width:100%" <c-select v-model="model.bodgrp.rec.matperbeg" style="width:100%"
placeholder="请选择Start of Maturity Period MATBEG" disabled> placeholder="请选择Start of Maturity Period MATBEG" disabled :code="codes.matperbeg">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<div style="float: right;"> <div style="float: right;">
<span class="add_del_button add_button" @click="addTableValue" v-if="ifShowAdd">+</span> <c-button @click="addTableValue" v-if="ifShowAdd">+</c-button><br>
<span class="add_del_button" @click="deleteTable" v-if="ifShowDelete">-</span> <c-button @click="deleteTable" v-if="ifShowDelete">-</c-button>
</div> </div>
</c-col> </c-col>
</c-row> </c-row>
......
...@@ -53,12 +53,12 @@ ...@@ -53,12 +53,12 @@
</el-button> </el-button>
</template> </template>
<template slot-scope="scoped"> <template slot-scope="scoped">
<el-button <c-button
style="margin-left:0" style="margin-left:0"
size="small" size="small"
type="primary" type="primary"
@click="detail1(scoped.$index, scoped.row)" @click="detail1(scoped.$index, scoped.row)"
>详情</el-button >详情</c-button
> >
</template> </template>
</el-table-column> </el-table-column>
......
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