@@ -1906,6 +1906,10 @@
}
}else if (name == 'curCode') {
+ if (row.feeCnName == 'PS') {
+ this.$set(row,'curCode','')
+ value = 'USD'
+ }
for(let item of this.curCodeData) {
if (item.code == value){
if (item.code == 'USD') {
@@ -255,7 +255,7 @@
overHidden:true,
},
{
- label: "logo地址",
+ label: "logo",
prop: "logoUrl",
type: "upload",
listType: "picture-img",