Commit 0450b5b9 by chenzhaole

重新调整adrblk的行数和大小 by czl

parents c0fe83df 22894796
......@@ -16,6 +16,7 @@
<c-button
size="small"
type="primary"
<<<<<<< HEAD
@click="onSeainf"
icon="el-icon-search"
>
......@@ -27,6 +28,15 @@
:disabled="this.flag"
@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>
</el-form-item>
</c-col>
......@@ -448,9 +458,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk"
=======
v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -508,9 +523,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk"
=======
v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -1165,9 +1185,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk"
=======
v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -1222,9 +1247,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk"
=======
v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -1259,9 +1289,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.snd.pts.adrblk"
=======
v-model="model.cpdgrp.snd.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -1325,9 +1360,14 @@
<el-form-item label="">
<c-input
type="textarea"
<<<<<<< HEAD
:rows="4"
maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk"
=======
v-model="model.cpdgrp.pye.pts.adrblk"
maxlength="35"
>>>>>>> 228947968c780a6ed8402d3eb531de988bc705ec
show-word-limit
placeholder="请输入Address Block"
></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