Commit 9a7ca8b8 authored by youjie's avatar youjie

no message

parent 9bfc0514
......@@ -235,7 +235,7 @@
style="width: 100%">
<el-table-column
prop="address"
label="单号">
label="单号" width="90">
<template slot-scope="scope">
<el-popover
popper-class="detailsIT_Journal"
......@@ -263,7 +263,7 @@
</el-table-column>
<el-table-column
prop=""
label="单据类型">
label="单据类型" width="90">
<template slot-scope="scope">
<span>
<span v-if="scope.row.Type==2" style="display: inline-block;
......@@ -314,7 +314,7 @@
</el-table-column>
<el-table-column
prop=""
label="关联信息">
label="关联信息" width="300">
<template slot-scope="scope">
<div>
<template v-if="scope.row.TCIDAndTCNUMList.length>0">
......@@ -353,7 +353,7 @@
</el-table-column>
<el-table-column
prop=""
label="费用类型">
label="费用类型" width="120">
<template slot-scope="scope">
<div>
<template v-for="(s,si) in scope.row.CostTypeList">
......
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