Commit ea4dac4d by Wuyuqiu

engp公共模板tenor可写

parent 15242490
......@@ -27,6 +27,14 @@
</template>
</el-table-column>
<el-table-column prop="tenday" label="Tenor" width="70px">
<template slot-scope="scope">
<c-input
v-model="scope.row.tenday"
style="width: 100%"
placeholder="请输入"
>
</c-input>
</template>
</el-table-column>
<el-table-column prop="rol" label="Dbt." width="70px">
</el-table-column>
......@@ -59,14 +67,14 @@
<template slot-scope="scope" slot="header">
<el-button
circle
style="padding:4px"
style="padding: 4px"
class="el-icon-plus"
size="mini"
@click="addRow(scope)"
>
</el-button>
<el-button
style="padding:4px"
style="padding: 4px"
circle
class="el-icon-minus"
size="mini"
......@@ -76,7 +84,7 @@
</template>
<template slot-scope="scoped">
<c-button
style="margin-left:0"
style="margin-left: 0"
size="small"
type="primary"
@click="detail1(scoped.$index, scoped.row)"
......
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