| | |
| | | v-for="(cItem, cIndex) in contentList" |
| | | :key="cIndex" |
| | | > |
| | | <div>{{ cItem.create_time.split(' ')[0] + ' ' + initDate(cItem.create_time.split(' ')[1])}}</div> |
| | | <div>{{ cItem.create_time.split(/ +/)[0] + ' ' + initDate(cItem.create_time.split(/ +/)[1])}}</div> |
| | | <div>{{ cItem.name }}</div> |
| | | <div> |
| | | {{ |
| | |
| | | v-for="(cItem, cIndex) in contentList" |
| | | :key="cIndex" |
| | | > |
| | | <div>{{ cItem.create_time.split(' ')[0] + " " + initDate(cItem.create_time.split(' ')[1]) }}</div> |
| | | <div>{{ cItem.create_time.split(/ +/)[0] + " " + initDate(cItem.create_time.split(/ +/)[1]) }}</div> |
| | | <div>{{ cItem.name }}</div> |
| | | <div> |
| | | {{ |
| | |
| | | v-for="(cItem, cIndex) in contentList" |
| | | :key="cIndex" |
| | | > |
| | | <div>{{ cItem.create_time.split(' ')[0] + ' ' + initDate(cItem.create_time.split(' ')[1]) }}</div> |
| | | <div>{{ cItem.create_time.split(/ +/)[0] + ' ' + initDate(cItem.create_time.split(/ +/)[1]) }}</div> |
| | | <div>{{ cItem.name }}</div> |
| | | <div :class="[cItem.offset == 'open' ? 'buy' : 'sell']"> |
| | | {{ |