Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
095c38f76a
@ -1,12 +1,16 @@
|
|||||||
<!-- eslint-disable vue/no-mutating-props -->
|
<!-- eslint-disable vue/no-mutating-props -->
|
||||||
<template>
|
<template>
|
||||||
<q-dialog ref="dialogRef">
|
<q-dialog ref="dialogRef">
|
||||||
<q-card style="width: 300px">
|
<q-card style="width: 380px">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<q-form ref="myForm" @submit="onCreate" class="q-gutter-md">
|
<q-form ref="myForm" @submit="onCreate" class="q-gutter-md">
|
||||||
<div class="text-h6">道岔设置参数</div>
|
<div class="text-h6">道岔设置参数</div>
|
||||||
<q-input dense outlined readonly label="名称" v-model="props.code" />
|
<q-input dense outlined readonly label="名称" v-model="props.code" />
|
||||||
<div class="q-gutter-sm">
|
<div
|
||||||
|
class="q-gutter-sm"
|
||||||
|
style="border: 1px solid #ccc; border-radius: 3px"
|
||||||
|
>
|
||||||
|
<div>道岔强制:</div>
|
||||||
<q-radio
|
<q-radio
|
||||||
v-for="option in turnoutForceOption"
|
v-for="option in turnoutForceOption"
|
||||||
:key="option.value"
|
:key="option.value"
|
||||||
|
Loading…
Reference in New Issue
Block a user