diff --git a/src/components/base-table/components/operationComponent.js b/src/components/base-table/components/operationComponent.js index 094e350..409499f 100644 --- a/src/components/base-table/components/operationComponent.js +++ b/src/components/base-table/components/operationComponent.js @@ -43,7 +43,7 @@ export default { let btns = [] for (const optionStr of this.injectData.head?.options) { // btns.push(h('el-button', { props: { type: this.btnTypes[optionStr] } }, optionStr)) - btns.push(h('el-button', { props: { type: 'text' }, style: { color: this.colors[optionStr] || '#0b58ff' } }, this.text[optionStr])) + btns.push(h('el-button', { props: { type: 'text' }, style: { color: this.colors[optionStr] || '#409EFF' } }, this.text[optionStr])) } return h('span', null, btns) } diff --git a/src/views/modules/monitoring/equipmentFile.vue b/src/views/modules/monitoring/equipmentFile.vue index 573eeef..d4acd99 100644 --- a/src/views/modules/monitoring/equipmentFile.vue +++ b/src/views/modules/monitoring/equipmentFile.vue @@ -36,7 +36,7 @@ --> - + --> - + - + + 111 + + + + 111 + + - + --> - + --> - +