Source/UBCS-WEB/src/views/integration/integrationTransfer.vue
@@ -81,6 +81,7 @@ pinyin.setOptions({ checkPolyphone: false, charCase: 1 }); let name = this.props.label let key = this.props.key if(this.data){ let data = this.data.map(item => { let objitem = { disabled: false, ...item } if (this.disabledData.length !== 0) { @@ -90,6 +91,8 @@ } return objitem }) return } return data.map(item => { let pinYin = pinyin.getFullChars(item[this.props.label]) let renPing = pinyin.getCamelChars(item[this.props.label])