提交 75e99d32 authored 作者: matian's avatar matian

fix:发票信息修改备注字段

上级 fa2754c6
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<th>发票状态</th> <th>发票状态</th>
<td colspan="3">{{ item.invoice_status_name }}</td> <td colspan="3">{{ item.invoice_status_name }}</td>
<th>备注</th> <th>备注</th>
<td colspan="5" style="text-align: left">{{ item.taxpayer_remark }}</td> <td colspan="5" style="text-align: left">{{ item.invoice_remark }}</td>
</tr> </tr>
</table> </table>
</div> </div>
...@@ -91,7 +91,9 @@ export default { ...@@ -91,7 +91,9 @@ export default {
return this.dealList.invoices_list || [] return this.dealList.invoices_list || []
} }
}, },
mounted() {}, mounted() {
console.log(this.dealList)
},
methods: { methods: {
invoice_type(item) { invoice_type(item) {
if (item.invoice_type === 1 || item.invoice_type === '1') { if (item.invoice_type === 1 || item.invoice_type === '1') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论