注释查看
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 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"
|
||||||
|
@ -233,13 +233,13 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.setAllRead()
|
this.setAllRead()
|
||||||
// setInterval(() => {
|
setInterval(() => {
|
||||||
// // 在这里执行你的方法
|
// 在这里执行你的方法
|
||||||
// this.getData()
|
this.getData()
|
||||||
// // 例如:
|
// 例如:
|
||||||
|
|
||||||
// }, 3000) // 每2秒执行一次
|
}, 3000) // 每2秒执行一次
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
Reference in New Issue
Block a user