修改治理测试用例
This commit is contained in:
@@ -475,11 +475,10 @@ const tableStore = new TableStore({
|
||||
icon: 'el-icon-Grid',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return (
|
||||
row.devType == '8b45cf6b7f5266e777d07c166ad5fa77' &&
|
||||
row.devModel == 'a0d4da4b5c17b2172362a3f5a27bf217'
|
||||
return !(
|
||||
row.devType == '2d4e186e2462590dedc765c5b6700a32'
|
||||
)
|
||||
},
|
||||
},
|
||||
click: row => {
|
||||
deivce.value = row
|
||||
deivce.value.qrPath = fullUrl(deivce.value.qrPath)
|
||||
|
||||
Reference in New Issue
Block a user