后台-热搜-删除搜索的id
This commit is contained in:
parent
83469090dd
commit
8f52978021
|
|
@ -20,11 +20,6 @@
|
|||
<div class="flex-1 w-3/5">
|
||||
<el-button type="primary" class="mb-4" @click="handleAdd">添加</el-button>
|
||||
<el-table size="large" :data="formData.list">
|
||||
<el-table-column label="ID" prop="id" width="120">
|
||||
<template #default="{ $index }">
|
||||
{{ $index }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="关键词" prop="describe" min-width="160">
|
||||
<template #default="{ row }">
|
||||
<el-input v-model="row.name" clearable />
|
||||
|
|
|
|||
Loading…
Reference in New Issue