修改人脈資源文字

main
DESKTOP-8UQ1PPR\09158 2 years ago
parent a843ef4e57
commit 443acf6cc3

@ -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 }) => {

Loading…
Cancel
Save