修改bug

This commit is contained in:
RenCheng 2025-04-23 09:34:20 +08:00
parent 0b243d5eee
commit 6c0de54285
3 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@
<a-form-item label="索引名称" :labelCol="labelCol" > <a-form-item label="索引名称" :labelCol="labelCol" >
<a-input v-decorator="['indexName']" ></a-input> <a-input v-decorator="['indexName']" ></a-input>
</a-form-item> </a-form-item>
<a-form-item label="索引名称" :labelCol="labelCol" > <a-form-item label="字段" :labelCol="labelCol" >
<a-input v-decorator="['columns']" ></a-input> <a-input v-decorator="['columns']" ></a-input>
</a-form-item> </a-form-item>
<a-form-item label="索引类型" > <a-form-item label="索引类型" >

View File

@ -57,9 +57,9 @@
<span slot="logContent" slot-scope="text, record"> <span slot="logContent" slot-scope="text, record">
<j-ellipsis :value="text" :length="40" /> <j-ellipsis :value="text" :length="40" />
</span> </span>
<span slot="action" slot-scope="text, record"> <!-- <span slot="action" slot-scope="text, record">
<a @click="handleEdit(record)">详情</a> <a @click="handleEdit(record)">详情</a>
</span> </span> -->
</a-table> </a-table>
</div> </div>
<div class="linese"></div> <div class="linese"></div>
@ -142,13 +142,13 @@ export default {
align: "center", align: "center",
sorter: true sorter: true
}, },
{ // {
title: '操作', // title: '',
dataIndex: 'action', // dataIndex: 'action',
align: "center", // align: "center",
width: 180, // width: 180,
scopedSlots: { customRender: 'action' }, // scopedSlots: { customRender: 'action' },
} // }
], ],
operateColumn: operateColumn:
{ {

View File

@ -47,9 +47,9 @@
<span slot="logContent" slot-scope="text, record"> <span slot="logContent" slot-scope="text, record">
<j-ellipsis :value="text" :length="40" /> <j-ellipsis :value="text" :length="40" />
</span> </span>
<span slot="action" slot-scope="text, record"> <!-- <span slot="action" slot-scope="text, record">
<a @click="handleEdit(record)">详情</a> <a @click="handleEdit(record)">详情</a>
</span> </span> -->
</a-table> </a-table>
</div> </div>
<div class="linese"></div> <div class="linese"></div>
@ -126,13 +126,13 @@ export default {
align: "center", align: "center",
sorter: true sorter: true
}, },
{ // {
title: '操作', // title: '',
dataIndex: 'action', // dataIndex: 'action',
align: "center", // align: "center",
width: 180, // width: 180,
scopedSlots: { customRender: 'action' }, // scopedSlots: { customRender: 'action' },
} // }
], ],
operateColumn: operateColumn:
{ {