张延森 2 lat temu
rodzic
commit
a9eeae71ad
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      src/pages/invoice/history.vue

+ 2
- 2
src/pages/invoice/history.vue Wyświetl plik

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