张延森 2 vuotta sitten
vanhempi
commit
a9eeae71ad
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/pages/invoice/history.vue

+ 2
- 2
src/pages/invoice/history.vue Näytä tiedosto

@@ -12,12 +12,12 @@
12 12
         class="item"
13 13
         v-for="item in list"
14 14
         :key="item.detailId"
15
-        :title="item.orgName"
15
+        :title="item.invoiceName"
16 16
         is-link
17 17
         :to="{ name: 'invoice.fill', query: { invoiceId, personId: item.personId } }"
18 18
       >
19 19
         <template #value>
20
-          <span class="pname">{{ item.personName }}</span>
20
+          <span class="pname">{{ item.createDate.substr(0, 10) }}</span>
21 21
         </template>
22 22
       </van-cell>
23 23
     </van-list>