Commit 6a65bd8b authored by shuiluo's avatar shuiluo

feat: 优化代码

parent 9ab11144
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
data() { data() {
return { return {
scroll: { x: 1200 }, scroll: { x: 1200, y: 500 },
buttons: { buttons: {
title: '备注 & 附件', title: '备注 & 附件',
options: { options: {
......
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
options: { fixed: 'right', width: 200 }, options: { fixed: 'right', width: 200 },
data: [ data: [
{ {
label: this.$t('table.detail'), label: this.$t('table.view'),
click: this.viewDetail, click: this.viewDetail,
}, },
{ label: this.$t('table.progress'), click: this.viewProgress }, { label: this.$t('table.progress'), click: this.viewProgress },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment