diff --git a/src/views/repair/project/index.vue b/src/views/repair/project/index.vue index 8c7332a..5966362 100644 --- a/src/views/repair/project/index.vue +++ b/src/views/repair/project/index.vue @@ -16,13 +16,13 @@ 新增 + >新增 导出 + >导出 @@ -49,10 +49,10 @@ diff --git a/src/views/repair/tickets/Components/TicketItem.vue b/src/views/repair/tickets/Components/TicketItem.vue index e142249..8c9748e 100644 --- a/src/views/repair/tickets/Components/TicketItem.vue +++ b/src/views/repair/tickets/Components/TicketItem.vue @@ -192,7 +192,15 @@ export default { deep: true }, inListData(val) { + console.log(val) if (val && val.length > 0) { + val.forEach(item => { + item = { + ...item, + count: item.itemCount, + totalPrice: item.itemMoney, + } + }) // console.log(val) // this.list = val.map(item => { // return { diff --git a/src/views/repair/tickets/Components/UserInfo.vue b/src/views/repair/tickets/Components/UserInfo.vue index 863335e..74281e6 100644 --- a/src/views/repair/tickets/Components/UserInfo.vue +++ b/src/views/repair/tickets/Components/UserInfo.vue @@ -332,12 +332,12 @@ - - - - - - + + + + + +