Commit 7fb9723b authored by 吴春's avatar 吴春

21

parent 0f6c5e9b
......@@ -195,8 +195,8 @@
</td>
<td class="tdLeft" colspan="3" style="padding:10px 0;text-align:left;">
<div v-for="(item2, index2) in HotelObj[0].FrList" :key="index2">
<span style="cursor:pointer;text-decoration:underline;" @click="goUrl('财务单据','FinancialDocumentsDetail',item2.FrID,'')">
<div >
<span v-for="(item2, index2) in HotelObj[0].FrList" :key="index2" style="cursor:pointer;text-decoration:underline;" @click="goUrl('财务单据','FinancialDocumentsDetail',item2.FrID,'')">
{{ item2.FrID }}{{item2.StatusStr}}
</span>
</div>
......
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