电能质量问题tab确定发起告警单文案修改
This commit is contained in:
@@ -97,7 +97,7 @@ const tableStore = new TableStore({
|
|||||||
confirmButtonText: '确认',
|
confirmButtonText: '确认',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
confirmButtonType: 'primary',
|
confirmButtonType: 'primary',
|
||||||
title: '请确认发起发起告警单!'
|
title: '请确认发起告警单!'
|
||||||
},
|
},
|
||||||
click: row => {
|
click: row => {
|
||||||
sureInitiateWarningLeaflet({ id: row.id })
|
sureInitiateWarningLeaflet({ id: row.id })
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ const tableStore = new TableStore({
|
|||||||
confirmButtonText: '确认',
|
confirmButtonText: '确认',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
confirmButtonType: 'primary',
|
confirmButtonType: 'primary',
|
||||||
title: '请确认发起发起预警单!'
|
title: '请确认发起预警单!'
|
||||||
},
|
},
|
||||||
|
|
||||||
click: row => {
|
click: row => {
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ const tableStore = new TableStore({
|
|||||||
confirmButtonText: '确认',
|
confirmButtonText: '确认',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
confirmButtonType: 'primary',
|
confirmButtonType: 'primary',
|
||||||
title: '请确认发起发起告警单!'
|
title: '请确认发起告警单!'
|
||||||
},
|
},
|
||||||
click: row => {
|
click: row => {
|
||||||
initiateAlarm(row.id)
|
initiateAlarm(row.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user