exchange.vue 842 Bytes
<template>
    <div>
      <group>
        <cell  align-items="left" class="inovice-list" value="¥0.10">
          <div slot="title">
            <span>苏A1231</span>
          </div>
          <div slot="title">
            <span>杭州路段</span>
          </div>
          <div slot="title">
            <span>2021/06/01 13:13:13</span>
          </div>
        </cell>
        <cell  align-items="left" class="inovice-list" value="¥0.10">
          <div slot="title">
            <span>苏A1231</span>
          </div>
          <div slot="title">
            <span>杭州路段</span>
          </div>
          <div slot="title">
            <span>2021/06/01 13:13:13</span>
          </div>
        </cell>
      </group>
    </div>
</template>

<script>
export default {
  name: "exchange"
};
</script>

<style scoped>

</style>