|
|
|
@ -126,14 +126,14 @@
|
|
|
|
<el-card shadow="always" style="margin-top: 12px">
|
|
|
|
<el-card shadow="always" style="margin-top: 12px">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
:disabled="radarWorkState === 1"
|
|
|
|
:disabled="true || radarWorkState === 1"
|
|
|
|
@click="StartWorkBtn"
|
|
|
|
@click="StartWorkBtn"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
启动雷达
|
|
|
|
启动雷达
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="danger"
|
|
|
|
type="danger"
|
|
|
|
:disabled="radarWorkState === 0"
|
|
|
|
:disabled="true || radarWorkState === 0"
|
|
|
|
@click="StopWorkBtn"
|
|
|
|
@click="StopWorkBtn"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
关闭雷达
|
|
|
|
关闭雷达
|
|
|
|
|