jiangping
2025-03-18 1b0cf0db5c82ea8308d2f338973a91555787c34d
admin/src/views/business/sitesBike.vue
@@ -27,7 +27,7 @@
        <el-table-column prop="bikeCount" label="在架车数量" min-width="100px" align="center"></el-table-column>
        <el-table-column prop="rate" label="满架率" min-width="100px" align="center">
          <template slot-scope="{row}">
            <span>{{ row.rate * 100 }}%</span>
            <span>{{ (row.rate * 100).toFixed(0) }}%</span>
          </template>
        </el-table-column>
        <el-table-column prop="editDate" label="最后通讯时间" min-width="100px" align="center"></el-table-column>