田源
2023-10-25 100ef1c097be26870f4f92fabf70f5b9b7e0f265
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])