| | |
| | | </div> --> |
| | | |
| | | <template v-if="active === '1'"> |
| | | <div v-for="(item, index) in tabsArr" :key="index"> |
| | | <div v-for="(item, index) in tabsArr" @click="onClick(item)" :key="index"> |
| | | <card :item="item" /> |
| | | </div> |
| | | </template> |
| | | <template v-else> |
| | | <itemCard |
| | | <div v-for="(item, index) in tabsArr" @click="onClick(item)" :key="index"> |
| | | <itemCard |
| | | @closingPosition="closingPosition" |
| | | :activeObj="item" |
| | | :itemClick="itemClick" |
| | | /> |
| | | </div> |
| | | <!-- <itemCard |
| | | @closingPosition="closingPosition" |
| | | :activeObj="activeObj" |
| | | :itemClick="itemClick" |
| | | /> |
| | | /> --> |
| | | </template> |
| | | <div v-show="active !== '1'"> |
| | | <dataList |
| | |
| | | // symbolCode: "HKD", |
| | | // symbol: "HK$", |
| | | // }, |
| | | { |
| | | title: this.$t("美股"), |
| | | assname: this.$t("美股总资产"), |
| | | name: "3", |
| | | bgc: "rgb(255 91 230)", |
| | | laber: "US", |
| | | symbolCode: "USD", |
| | | symbol: "$", |
| | | }, |
| | | ], |
| | | getMoneyList: [], |
| | | }; |