前端文件修正

This commit is contained in:
chenhaodong
2026-06-18 22:08:46 +08:00
parent 04cc390fde
commit 1c0b377474
87 changed files with 66 additions and 1605 deletions
@@ -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>