Commit 3a9231f1 authored by hubaoshan's avatar hubaoshan

wcp

parent adf650df
...@@ -246,11 +246,16 @@ ...@@ -246,11 +246,16 @@
{{ scope.row.m3 || '-' }} {{ scope.row.m3 || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="pdCode" prop="pdCode" :show-overflow-tooltip="true"> <el-table-column label="pdCode" prop="pdCode" width="150" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.pdCode || '-' }}</span> <span>{{ scope.row.pdCode || '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="pallet" prop="pallet" :show-overflow-tooltip="true">
<template slot-scope="scope">
{{ scope.row.pallet || '-' }}
</template>
</el-table-column>
<el-table-column label="payTerms" prop="payTerms" :show-overflow-tooltip="true"> <el-table-column label="payTerms" prop="payTerms" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.payTerms || '-' }}</span> <span>{{ scope.row.payTerms || '-' }}</span>
......
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