83d3fc3d by 任超

feat:登簿日志

1 parent 5a144c0c
...@@ -277,6 +277,7 @@ export default { ...@@ -277,6 +277,7 @@ export default {
277 this.dialogVisible = false; 277 this.dialogVisible = false;
278 }, 278 },
279 isShow (item) { 279 isShow (item) {
280 this.title = `登薄日志(${item.ACCESSDATE})`
280 this.titleName = 'sjmx' 281 this.titleName = 'sjmx'
281 this.dialogVisible = true 282 this.dialogVisible = true
282 this.dbBsm = item.dbBsm 283 this.dbBsm = item.dbBsm
......