<el-optionv-for="item of $x_factory.plantDevices":key="item.deviceId":label="item.deviceName":value="item.deviceId"@click.native="clickCrew(item.deviceId)"/>
<el-optionv-for="item of $x_factory.plantDevices":key="item.deviceId":label="item.shortName":value="item.deviceId"@click.native="clickCrew(item.deviceId)"/>