注释查看
This commit is contained in:
parent
63b4cf4c68
commit
2e7013ffd6
@ -263,13 +263,13 @@
|
||||
<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">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-view"
|
||||
@click="handleShow(scope.row)"
|
||||
>查看
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
|
@ -233,13 +233,13 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
// this.setAllRead()
|
||||
// setInterval(() => {
|
||||
// // 在这里执行你的方法
|
||||
// this.getData()
|
||||
// // 例如:
|
||||
this.setAllRead()
|
||||
setInterval(() => {
|
||||
// 在这里执行你的方法
|
||||
this.getData()
|
||||
// 例如:
|
||||
|
||||
// }, 3000) // 每2秒执行一次
|
||||
}, 3000) // 每2秒执行一次
|
||||
|
||||
},
|
||||
mounted() {
|
||||
|
Loading…
Reference in New Issue
Block a user