Commit 0dfb103b authored by 黄奎's avatar 黄奎

页面修改

parent aeb569e5
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<q-td :props="props"> <q-td :props="props">
<div class="bill_Rearsons"> <div class="bill_Rearsons">
<template v-if="props.row.ReceiptType==1||props.row.ReceiptType==5"> <template v-if="props.row.ReceiptType==1||props.row.ReceiptType==5">
<span> <span v-if="props.row.DataObj&&props.row.DataObj.Remarks">
{{props.row.DataObj.Remarks}} {{props.row.DataObj.Remarks}}
<q-tooltip :offset="[0, 10]"> <q-tooltip :offset="[0, 10]">
{{props.row.DataObj.Remarks}} {{props.row.DataObj.Remarks}}
...@@ -290,7 +290,6 @@ ...@@ -290,7 +290,6 @@
} }
this.showType = type; this.showType = type;
this.billObj = item; this.billObj = item;
console.log(item,'item');
}, },
//重新查询 //重新查询
resetSearch() { resetSearch() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment