diff --git a/src/views/Member/index.vue b/src/views/Member/index.vue index 62d0fa5..f32bed3 100644 --- a/src/views/Member/index.vue +++ b/src/views/Member/index.vue @@ -44,8 +44,8 @@ const tabActive = ref(0) const tabItemObj = ref([ { title: "基本資料", icon: "fa-id-card-clip" }, - { title: "社群分享", icon: "fa-share-nodes" }, - { title: "人脈資訊", icon: "fa-gem" }, + { title: "更多連結", icon: "fa-share-nodes" }, + { title: "菁英資訊", icon: "fa-gem" }, { title: "NFC版型", icon: "fa-layer-group" } ]); @@ -267,14 +267,14 @@ const search = ref({ keyword: '', }) -const tab2result = ref('他人所需要的資源'); +const tab2result = ref('菁英所需要的資源'); const tab2showPicker = ref(false); const loading = ref(false); const finished = ref(false); const tab2columns = [ - { text: '他人所需要的資源', value: 0 }, - { text: '他人能提供的資源', value: 1 }, + { text: '菁英所需要的資源', value: 0 }, + { text: '菁英能提供的資源', value: 1 }, ]; const tab2OnConfirm = ({ selectedOptions }) => {