|
@@ -100,14 +100,14 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="断面名称:" style="width: 100%; float: left;color: white">
|
|
<el-form-item label="断面名称:" style="width: 100%; float: left;color: white">
|
|
- <el-input v-model="xtpzName" placeholder="汗海-庆云断面" style="width: 100%;">启用
|
|
|
|
- </el-input>
|
|
|
|
|
|
+ <el-input placeholder="汗海-庆云断面" style="width: 100%;">启用
|
|
|
|
+ </el-input> <!--v-model="xtpzName"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="状态:" style="width: 100%; float: right;">
|
|
<el-form-item label="状态:" style="width: 100%; float: right;">
|
|
- <el-input v-model="xtpzStatus" placeholder="状态"
|
|
|
|
- style="width: 100%; text-align: center;"></el-input>
|
|
|
|
|
|
+ <el-input placeholder="状态"
|
|
|
|
+ style="width: 100%; text-align: center;"></el-input><!--v-model="xtpzStatus"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -115,14 +115,15 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="from节点:" style="width: 100%; float: left;">
|
|
<el-form-item label="from节点:" style="width: 100%; float: left;">
|
|
- <el-input v-model="from" placeholder="汗海"
|
|
|
|
|
|
+ <el-input placeholder="汗海"
|
|
style="width: 100%;float: left;">汗海
|
|
style="width: 100%;float: left;">汗海
|
|
- </el-input>
|
|
|
|
|
|
+ </el-input><!--v-model="from"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="to节点:" style="width: 100%; float: left;">
|
|
<el-form-item label="to节点:" style="width: 100%; float: left;">
|
|
- <el-input v-model="to" placeholder="庆云" style="width: 100%;float: left;">庆云</el-input>
|
|
|
|
|
|
+ <el-input placeholder="庆云" style="width: 100%;float: left;">庆云</el-input>
|
|
|
|
+ <!--v-model="to"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -130,12 +131,12 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="负限:" style="width: 100%; float: left;">
|
|
<el-form-item label="负限:" style="width: 100%; float: left;">
|
|
- <el-input v-model="low" placeholder="250" style="width: 100%;">250</el-input>
|
|
|
|
|
|
+ <el-input placeholder="250" style="width: 100%;">250</el-input><!--v-model="low"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-col :span="12" style="width: 40%; float: left;">
|
|
<el-form-item label="正限:" style="width: 100%; float: right;">
|
|
<el-form-item label="正限:" style="width: 100%; float: right;">
|
|
- <el-input v-model="height" placeholder="200" style="width: 100%;">200</el-input>
|
|
|
|
|
|
+ <el-input placeholder="200" style="width: 100%;">200</el-input><!--v-model="height"-->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|