Commit bfb6fc64 authored by 吴春's avatar 吴春

修改样式

parent 7fb9723b
......@@ -194,13 +194,9 @@
{{$t('salesModule.DJNUM')}}
</td>
<td class="tdLeft" colspan="3" style="padding:10px 0;text-align:left;">
<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>
</td>
<span style="margin-right:15px;" v-for="(item2, index2) in HotelObj[0].FrList" :key="index2" @click="goUrl('财务单据','FinancialDocumentsDetail',item2.FrID,'')"> <span style="cursor:pointer;margin-right:5px; text-decoration:underline;">{{ item2.FrID }}</span> <span>({{item2.StatusStr}})</span></span>
</td>
</tr>
</template>
......
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