|
|
|
@ -30,6 +30,12 @@
|
|
|
|
v-decorator="['rtcServer']"
|
|
|
|
v-decorator="['rtcServer']"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
|
|
|
|
<a-form-item label="球机类型" :label-col="formItemVerticalLayout.labelCol">
|
|
|
|
|
|
|
|
<a-select v-decorator="['type', { rules: [{ required: true, message: '请选择!' }] }]">
|
|
|
|
|
|
|
|
<a-select-option :value="1">小球机</a-select-option>
|
|
|
|
|
|
|
|
<a-select-option :value="0">大球机</a-select-option>
|
|
|
|
|
|
|
|
</a-select>
|
|
|
|
|
|
|
|
</a-form-item>
|
|
|
|
</a-form>
|
|
|
|
</a-form>
|
|
|
|
</a-modal>
|
|
|
|
</a-modal>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
@ -227,7 +233,8 @@ export default {
|
|
|
|
ip:newVal.ip,
|
|
|
|
ip:newVal.ip,
|
|
|
|
rtsp:newVal.rtsp,
|
|
|
|
rtsp:newVal.rtsp,
|
|
|
|
rtcServer:newVal.rtcServer,
|
|
|
|
rtcServer:newVal.rtcServer,
|
|
|
|
rtcServerPort:newVal.rtcServerPort
|
|
|
|
rtcServerPort:newVal.rtcServerPort,
|
|
|
|
|
|
|
|
type:newVal.type
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}else if (newVal.id && this.type=='config'){
|
|
|
|
}else if (newVal.id && this.type=='config'){
|
|
|
|
|