Commit 4a4106d3 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

去掉

parent 9bc7a3f6
......@@ -146,7 +146,7 @@
<el-table-column :label="$t('体积/重量')" align="center" prop="sumWeight">
<template slot-scope="{row}">
<!--入仓前是填单数据,入仓后是入仓数据-->
{{row.orderType == 2}}
<!-- {{row.orderType == 2}}-->
<el-tooltip
:is="row.orderType == 2 ? 'el-tooltip' : 'div'"
class="item" effect="dark"
......@@ -676,4 +676,4 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
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