Commit de8b4612 authored by 1105332245's avatar 1105332245

bug

parent 8bf59e3a
......@@ -5,7 +5,7 @@
<a-button type="primary" @click.stop="addCompany">新建保险公司</a-button>
</div>
<a-table :columns="columns" :data-source="dataList" :scroll="{ x: 'max-content' }" :pagination="false">
<template slot='operation' slot-scope="record">
<template slot='operation' slot-scope="text, record, index">
<a-button type="link" @click.stop="editEvt(record)">修改</a-button>
<a-button type="link" class="success" @click.stop="detailEvt(record)">查看</a-button>
<a-button type="link" class="danger" @click.stop="delRecord(index)">删除</a-button>
......
......@@ -111,7 +111,7 @@
</a-col>
<a-col :lg="6" :sm="12">
<a-form-model-item label="备注">
<a-textarea type="password" v-model="detailObj.remark" max-length="500" :auto-size="{minRows: 3}" />
<a-textarea type="password" v-model="detailObj.remark" :maxLength="500" :auto-size="{minRows: 3}" />
</a-form-model-item>
</a-col>
</a-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