前端文件修正
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user