前端文件修正

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
-15
View File
@@ -3,7 +3,6 @@
@author D吕贺034244311
@date 20260618
-->
<!-- 毕业生信息管理-->
<template>
<div>
@@ -32,14 +31,10 @@
format="YYYY-MM-DD"
value-format="YYYY-MM-DD"
></el-date-picker>
<!-- <el-button class="filter-item" type="primary" icon="el-icon-plus" @click="handleAdd">
添加
</el-button>-->
</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>
@@ -56,16 +51,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>