Commit 8a5f6c66 authored by liudong1993's avatar liudong1993

1

parent aafbb58d
......@@ -338,7 +338,7 @@
type="selection"
width="55">
</el-table-column>
<el-table-column prop="address" :label="$t('fnc.danhao')" width="90">
<el-table-column prop="address" :label="$t('fnc.danhao')" width="70">
<template slot-scope="scope">
<el-popover popper-class="detailsIT_Journal" placement="bottom-start" trigger="click">
<template
......@@ -354,15 +354,15 @@
</template>
<span slot="reference" @click="scope.row.modelShow = true"
style="text-decoration: underline;cursor: pointer;font-weight: bold">{{scope.row.FrID}}</span>
</el-popover>
</el-popover>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('system.query_company')" width="90">
<el-table-column prop="" :label="$t('system.query_company')" width="80">
<template slot-scope="scope">
<span>{{scope.row.BranchName}}</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('fnc.djleixing')" width="90">
<el-table-column prop="" :label="$t('fnc.djleixing')" width="80">
<template slot-scope="scope">
<span>
<span v-if="scope.row.Type==2" style="display: inline-block;
......@@ -411,6 +411,11 @@
</span>
</template>
</el-table-column>
<el-table-column prop="" label="单据流程" width="90">
<template slot-scope="scope">
<span>{{scope.row.FinanceName}}</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('hotel.hotel_corrlelatition')" width="300">
<template slot-scope="scope">
<div>
......@@ -465,7 +470,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('tips.jiaoyifangshi')" show-overflow-tooltip width="300">
<el-table-column prop="" :label="$t('tips.jiaoyifangshi')" show-overflow-tooltip width="260">
<template slot-scope="scope">
<div>
<template v-if="scope.row.TradeWayList&&scope.row.TradeWayList.length>0">
......@@ -523,7 +528,7 @@
<i v-if="scope.row.Status==2" class="iconfont icon-yiqueren" style="color: #959595"></i>
<i v-if="scope.row.Status==3" class="iconfont icon-shenhebohui" style="color: #E95252"></i>
<i v-if="scope.row.Status==0" class="iconfont icon-zancun" style="color: #FF9C01"></i>
<el-popover popper-class="detailsIT_Journal" width="250" trigger="click">
<el-popover popper-class="detailsIT_Journal" width="220" trigger="click">
<div style="height: auto;max-height: 220px;background-color: #FFFFFF;">
<div class="changLog">
<p class="_log_t">{{$t('fnc.lcrizhi')}}</p>
......@@ -549,7 +554,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('objFill.fapiaozhuangtai')" width="90">
<el-table-column prop="" :label="$t('objFill.fapiaozhuangtai')" width="80">
<template slot-scope="scope">
<div v-if="scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==3">
......
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