main
Wayne 2 years ago
parent daa3c8145a
commit e4e8d5d13a

@ -256,14 +256,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 }) => {

Loading…
Cancel
Save