Commit c7bb2fe6 authored by 黄媛媛's avatar 黄媛媛

修改名称

parent 61932bd9
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</div> </div>
<div style="text-align:right;margin-top:20px;font-size:14px;"> <div style="text-align:right;margin-top:20px;font-size:14px;">
<p style="padding-bottom: 10px;">会社名 成都印象之旅</p> <p style="padding-bottom: 10px;">{{companyName}}</p>
<span>{{data.JapNowTime}}</span> <span>{{data.JapNowTime}}</span>
</div> </div>
<div style="margin:50px 0"> <div style="margin:50px 0">
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
export default { export default {
data () { data () {
return { return {
companyName:'会社名 成都印象之旅',
loading:false, loading:false,
zzType:1, zzType:1,
FrId:0, FrId:0,
...@@ -245,6 +246,10 @@ export default { ...@@ -245,6 +246,10 @@ export default {
},err=>{}) },err=>{})
}, },
CashListChange(val){ CashListChange(val){
this.companyName="会社名 成都印象之旅";
if(val==11){
this.companyName="会社名 成都欧亚旅行社有限公司";
}
this.id=val; this.id=val;
this.CashList.forEach(item=>{ this.CashList.forEach(item=>{
if(item.Id==this.id){ if(item.Id==this.id){
......
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