diff --git a/src/views/market/index.vue b/src/views/market/index.vue new file mode 100644 index 0000000..9719274 --- /dev/null +++ b/src/views/market/index.vue @@ -0,0 +1,1555 @@ + + + + + + + + + + 计费方式: + + + + {{ type.label }} + + + + + + + + 选择地区: + + + + {{ region.label }} + {{ region.tag.text }} + + + + + + + + 选择专区: + + + + {{ zone.label }} + + + + + + + + GPU型号: + + + 全部 + + {{ model.label }} + ({{ model.available }}/{{ model.total }}) + + + + + + + + GPU数量: + + + + {{ count }} + + + + + + + + + + + + + + + + + {{ record.region === 'beijingDC2' ? '北京B区' : record.region }} + / + {{ record.machineName }} + + | {{ record.id }} + 可租用至:2027-01-01 + + + + + {{ record.gpuModel }} + / {{ record.gpuMemory }} + + 空闲/总量 {{ record.freeGpu }} / {{ record.totalGpu }} + + + + + + + + + + + + + + 每GPU分配 + + CPU: + {{ record.cpuCores }} 核, {{ record.cpuModel }} + + + 内存: + {{ record.memory }} GB + + + + + + 硬盘 + + 系统盘: + 30 GB + + + 数据盘: + {{ record.dataDisk }} GB,可扩容 {{ record.expandableDisk }} GB + + + + + + 其它 + + GPU驱动: + {{ record.driver }} + + + CUDA版本: + {{ record.cuda }} + + + + + + + + ¥{{ getPrice(record) }}/时 + + + ¥{{ getOriginalPrice(record) }}/时 + + + 💰 + 9.5折 + + + 会员最低享9.5折 ¥2.98/时 + + + {{ record.freeGpu > 0 ? '1卡可租' : '暂不可租' }} + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file