Commit 6a65bd8b authored by shuiluo's avatar shuiluo

feat: 优化代码

parent 9ab11144
......@@ -137,7 +137,7 @@ export default {
data() {
return {
scroll: { x: 1200 },
scroll: { x: 1200, y: 500 },
buttons: {
title: '备注 & 附件',
options: {
......
......@@ -156,7 +156,7 @@ export default {
options: { fixed: 'right', width: 200 },
data: [
{
label: this.$t('table.detail'),
label: this.$t('table.view'),
click: this.viewDetail,
},
{ 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