@@ -238,9 +238,7 @@
<el-button
type="text"
@click="looker(scope.row)"
- :disabled="
- !scope.row.url || scope.row.clientType != 'SMART_PRACTICE'
- "
+ :disabled="(scope.row.isOpenMetronome ? !scope.row.url : !scope.row.metronomeUrl) || scope.row.clientType != 'SMART_PRACTICE'"
>预览</el-button
>