Browse Source

20240919

java8
qiezi 1 year ago
parent
commit
63e61182fb
  1. 4
      src/views/modules/quote/index.vue

4
src/views/modules/quote/index.vue

@ -319,7 +319,7 @@ export default {
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
columnWidth: 130
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -355,7 +355,7 @@ export default {
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
columnWidth: 130
}, },
], ],
searchLoading: false, searchLoading: false,

Loading…
Cancel
Save