修改bug
This commit is contained in:
parent
0b243d5eee
commit
6c0de54285
|
@ -14,7 +14,7 @@
|
|||
<a-form-item label="索引名称" :labelCol="labelCol" >
|
||||
<a-input v-decorator="['indexName']" ></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item label="索引名称" :labelCol="labelCol" >
|
||||
<a-form-item label="字段" :labelCol="labelCol" >
|
||||
<a-input v-decorator="['columns']" ></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item label="索引类型" >
|
||||
|
|
|
@ -57,9 +57,9 @@
|
|||
<span slot="logContent" slot-scope="text, record">
|
||||
<j-ellipsis :value="text" :length="40" />
|
||||
</span>
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<!-- <span slot="action" slot-scope="text, record">
|
||||
<a @click="handleEdit(record)">详情</a>
|
||||
</span>
|
||||
</span> -->
|
||||
</a-table>
|
||||
</div>
|
||||
<div class="linese"></div>
|
||||
|
@ -142,13 +142,13 @@ export default {
|
|||
align: "center",
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align: "center",
|
||||
width: 180,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
// {
|
||||
// title: '操作',
|
||||
// dataIndex: 'action',
|
||||
// align: "center",
|
||||
// width: 180,
|
||||
// scopedSlots: { customRender: 'action' },
|
||||
// }
|
||||
],
|
||||
operateColumn:
|
||||
{
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
<span slot="logContent" slot-scope="text, record">
|
||||
<j-ellipsis :value="text" :length="40" />
|
||||
</span>
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<!-- <span slot="action" slot-scope="text, record">
|
||||
<a @click="handleEdit(record)">详情</a>
|
||||
</span>
|
||||
</span> -->
|
||||
</a-table>
|
||||
</div>
|
||||
<div class="linese"></div>
|
||||
|
@ -126,13 +126,13 @@ export default {
|
|||
align: "center",
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align: "center",
|
||||
width: 180,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
// {
|
||||
// title: '操作',
|
||||
// dataIndex: 'action',
|
||||
// align: "center",
|
||||
// width: 180,
|
||||
// scopedSlots: { customRender: 'action' },
|
||||
// }
|
||||
],
|
||||
operateColumn:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user