样式一致性修改

This commit is contained in:
仲么了
2024-01-26 09:35:33 +08:00
parent f12af238f4
commit fa7ac01f6c
4 changed files with 11 additions and 32 deletions

View File

@@ -151,10 +151,10 @@ const tableStore = new TableStore({
buttons: [
{
name: 'edit',
text: '波形分析',
title: '波形分析',
type: 'primary',
icon: 'el-icon-DataLine',
render: 'basicButton',
render: 'tipButton',
disabled: row => {
return !row.wavePath && row.evtParamTm < 20
},