Commit 06ec4da8 authored by dragondean@qq.com's avatar dragondean@qq.com

重泡货鼠标靠近显示泡货重量或者重货体积

parent d171fffb
......@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column :label="$t('是否重泡货')">
<template slot-scope="{row}">
<el-tooltip v-if="row.orderType != 1" effect="dark" content="111" placement="top-start">
<el-tooltip v-if="row.orderType != 1" effect="dark" :content="row.orderType == 3 ? `${row.vweight}kg` : `${row.wvolume}m³`" placement="top-start">
<!--1 普货 2 重货 3 泡货-->
<span>{{$t('')}}</span>
</el-tooltip>
......
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