|
|
@@ -4,7 +4,7 @@
|
|
|
<ElButton :icon="Plus" @click="onEdit()">添加</ElButton>
|
|
|
</template>
|
|
|
<ElTableColumn prop="id" label="#" width="80" />
|
|
|
- <ElTableColumn prop="标题" label="用户名" min-width="120" />
|
|
|
+ <ElTableColumn prop="title" label="标题" min-width="120" />
|
|
|
<ElTableColumn label="操作" align="center" width="120">
|
|
|
<template #default="{ row }">
|
|
|
<ElButton @click="onEdit(row)">编辑</ElButton>
|