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