| | |
| | | <div class="flex gap-2" style="justify-content: space-between; align-items: center"> |
| | | <!-- <el-tag size="small" type="success">{{ app.CompanyName }}</el-tag> --> |
| | | <div class="goods-price"> |
| | | <span class="goods-price-selling"> ¥{{ app.Price }}</span> |
| | | <span class="goods-price-selling">面议</span> |
| | | </div> |
| | | <div class="flex items-center eec-level-div"> |
| | | <img :src="EecLevelEnum[app.EnergyEfficiencyClass].icon" /> |
| | |
| | | }; |
| | | |
| | | const m_RequestDataObj = { |
| | | 1: { requestPath: 'static/EecProductData/Pump.json' }, |
| | | 2: { requestPath: 'static/EecProductData/AirCompressor.json' }, |
| | | 3: { requestPath: 'static/EecProductData/Fan.json' }, |
| | | 4: { requestPath: 'static/EecProductData/WaterChiller.json' }, |
| | | 5: { requestPath: 'static/EecProductData/PowerTransformer.json' }, |
| | | 6: { requestPath: 'static/EecProductData/IndustrialBoiler.json' }, |
| | | 7: { requestPath: 'static/EecProductData/ElectricMachinery.json' }, |
| | | 1: { requestPath: 'static/EecProductData/Pump.json?v=' + new Date().getTime() }, |
| | | 2: { requestPath: 'static/EecProductData/AirCompressor.json?v=' + new Date().getTime() }, |
| | | 3: { requestPath: 'static/EecProductData/Fan.json?v=' + new Date().getTime() }, |
| | | 4: { requestPath: 'static/EecProductData/WaterChiller.json?v=' + new Date().getTime() }, |
| | | 5: { requestPath: 'static/EecProductData/PowerTransformer.json?v=' + new Date().getTime() }, |
| | | 6: { requestPath: 'static/EecProductData/IndustrialBoiler.json?v=' + new Date().getTime() }, |
| | | 7: { requestPath: 'static/EecProductData/ElectricMachinery.json?v=' + new Date().getTime() }, |
| | | }; |
| | | |
| | | // 源数据 |