Commit 56cfdee7 by chenzhaole

重新调整adrblk的行数和大小

Signed-off-by: chenzhaole <chenzhaole>
parent 0450b5b9
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
<<<<<<< HEAD
@click="onSeainf" @click="onSeainf"
icon="el-icon-search" icon="el-icon-search"
> >
...@@ -28,15 +27,6 @@ ...@@ -28,15 +27,6 @@
:disabled="this.flag" :disabled="this.flag"
@click="onCptpGetref"> @click="onCptpGetref">
获取 获取
=======
:disabled="this.flag"
@click="onCptpGetref"
icon="el-icon-search"
>
</c-button>
<c-button size="small" type="primary" @click="onCptpGetref">
GetRef
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
</c-button> </c-button>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -458,14 +448,9 @@ ...@@ -458,14 +448,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
=======
v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -523,14 +508,9 @@ ...@@ -523,14 +508,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
=======
v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -1185,14 +1165,9 @@ ...@@ -1185,14 +1165,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
=======
v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -1247,14 +1222,9 @@ ...@@ -1247,14 +1222,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
=======
v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -1289,14 +1259,9 @@ ...@@ -1289,14 +1259,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.snd.pts.adrblk" v-model="model.cpdgrp.snd.pts.adrblk"
=======
v-model="model.cpdgrp.snd.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -1360,14 +1325,9 @@ ...@@ -1360,14 +1325,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
<<<<<<< HEAD
:rows="4" :rows="4"
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
=======
v-model="model.cpdgrp.pye.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment