注释查看

This commit is contained in:
sunhaoyuan 2025-10-17 16:03:39 +08:00
parent 63b4cf4c68
commit 2e7013ffd6
2 changed files with 8 additions and 8 deletions

View File

@ -263,13 +263,13 @@
<el-table-column label="开票人" align="center" width="100" prop="billedUsername" /> <el-table-column label="开票人" align="center" width="100" prop="billedUsername" />
<el-table-column fixed="right" label="操作" align="center" width="150" class-name="small-padding fixed-width"> <el-table-column fixed="right" label="操作" align="center" width="150" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="handleShow(scope.row)" @click="handleShow(scope.row)"
>查看 >查看
</el-button> </el-button> -->
<el-button <el-button
size="mini" size="mini"
type="text" type="text"

View File

@ -233,13 +233,13 @@ export default {
} }
}, },
created() { created() {
// this.setAllRead() this.setAllRead()
// setInterval(() => { setInterval(() => {
// // //
// this.getData() this.getData()
// // //
// }, 3000) // 2 }, 3000) // 2
}, },
mounted() { mounted() {