3列弹出框

This commit is contained in:
sjl
2024-12-05 16:23:20 +08:00
parent 0494822ff4
commit 11c32ed360
10 changed files with 138 additions and 459 deletions

View File

@@ -33,7 +33,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
const errordetail = ref<ErrorSystem.Error_detail[]>([
{
col1: '电压偏差',
col2: '电压偏差',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: '10%~150%标称电压',
@@ -41,7 +41,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'频率偏差',
col2: '频率偏差',
col2: '',
deviceLevel: 'A',
measurementType:'频率',
condition: '42.5~57.5 Hz',
@@ -49,7 +49,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'三相不平衡度',
col2: '三相不平衡度',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: '0.5%~5%',
@@ -57,7 +57,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'三相不平衡度',
col2: '三相不平衡度',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: '5%(不包含)~ 40%',
@@ -65,7 +65,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'三相不平衡度',
col2: '三相不平衡度',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: '',
@@ -89,7 +89,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'闪变',
col2: '闪变',
col2: '',
deviceLevel: 'A',
measurementType:'短时间闪变',
condition: 'Pst0.2~10',
@@ -97,7 +97,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: 'Uh≥1%Un',
@@ -105,7 +105,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: 'Uh1%Un',
@@ -113,7 +113,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: 'In≥3%In',
@@ -121,7 +121,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: 'In3%In',
@@ -129,7 +129,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'相角',
condition: '',
@@ -137,7 +137,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'相角',
condition: '',
@@ -145,7 +145,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'功率',
condition: 'Ph≥150W',
@@ -153,7 +153,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'谐波和间谐波',
col2: '谐波和间谐波',
col2: '',
deviceLevel: 'A',
measurementType:'功率',
condition: 'Ph150W',
@@ -161,7 +161,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'高频次谐波',
col2: '高频次谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: 'Uh≥1%Un',
@@ -169,7 +169,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'高频次谐波',
col2: '高频次谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电压',
condition: 'Uh1%Un',
@@ -177,7 +177,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'高频次谐波',
col2: '高频次谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: 'In≥3%In',
@@ -185,7 +185,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'高频次谐波',
col2: '高频次谐波',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: 'In3%In',
@@ -193,7 +193,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'功率',
col2: '功率',
col2: '',
deviceLevel: 'A',
measurementType:'功率',
condition: '',
@@ -201,7 +201,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'电流',
col2: '电流',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: 'I≥0.05In',
@@ -209,7 +209,7 @@ const errordata = ref<ErrorSystem.ErrorSystemList[]>([
},
{
col1:'电流',
col2: '电流',
col2: '',
deviceLevel: 'A',
measurementType:'电流',
condition: '0.01In≤I0.05In',