前端文件修正
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
@author D吕贺034244311
|
||||
@date 20260618
|
||||
-->
|
||||
<!-- 毕业生信息管理-->
|
||||
<template>
|
||||
|
||||
<div>
|
||||
@@ -39,7 +38,6 @@
|
||||
|
||||
</template>
|
||||
<template #data-columns>
|
||||
<!-- <el-table-column type="selection" width="55"/>-->
|
||||
<el-table-column align="center" label="留言编号" prop="id">
|
||||
<template #default="scope">
|
||||
<a style="color: #1890ff" @click="handleUpdate(scope.row)">{{ scope.row.id }}</a>
|
||||
@@ -55,16 +53,6 @@
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<!-- <el-table-column align="center" label="操作">
|
||||
<template #default="scope">
|
||||
<a @click="handleUpdate(scope.row)">
|
||||
<el-button link type="primary" size="small"
|
||||
>编辑留言内容
|
||||
</el-button>
|
||||
</a>
|
||||
</template>
|
||||
</el-table-column>-->
|
||||
|
||||
</template>
|
||||
</data-table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user