Commit b7259fa0 by liyixun

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents e44b97e9 3020c942
......@@ -92,7 +92,7 @@ export default {
],
"strinf":[
//{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"}
{max: 1750,message:"长度不能超过1750"}
],
......
......@@ -74,7 +74,7 @@ export default {
],
"strinf":[
//{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"}
{max: 1750,message:"长度不能超过1750"}
],
"setmod.ref":[
......
......@@ -304,7 +304,7 @@
<c-input
type="textarea"
v-model="model.strinf"
maxlength="50"
maxlength="1750"
show-word-limit
placeholder="请输入Narrative"
:rows="10"
......
......@@ -294,7 +294,8 @@
<c-input
type="textarea"
v-model="model.strinf"
maxlength="50"
maxlength="1750"
:rows="10"
show-word-limit
placeholder="请输入Narrative"
></c-input>
......@@ -304,7 +305,9 @@
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="" prop="sndmsg">
<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-row>
......
......@@ -312,10 +312,10 @@
@click="toCptadv">swift汇出</c-button
>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0"
>境内外币汇入</c-button
@click="toCptati">境内外币汇入</c-button
>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0"
>境内外币汇出</c-button
@click="toCptato">境内外币汇出</c-button
>
<c-button class="medium_bcs" size="medium" type="primary" style="float:right;margin-right:10px;"
>导Excel</c-button
......@@ -582,6 +582,12 @@ export default {
},
toCptadv(){
this.$router.history.push("/business/cptadv")
},
toCptati(){
this.$router.history.push("/business/cptati")
},
toCptato(){
this.$router.history.push("/business/cptato")
}
},
created: function () {},
......
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