正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -121,7 +121,7 @@ | @@ -121,7 +121,7 @@ | ||
121 | label="舱单件数" | 121 | label="舱单件数" |
122 | width="80"> | 122 | width="80"> |
123 | <template slot-scope="scope"> | 123 | <template slot-scope="scope"> |
124 | - <span v-if="scope.row.piece || scope.row.awbinfo.pcs || scope.row.piece != scope.row.awbinfo.pcs" style="color: #ff4d51;font-weight: bold"> | 124 | + <span v-if="scope.row.piece != scope.row.awbinfo.pcs" style="color: #ff4d51;font-weight: bold"> |
125 | {{scope.row.piece}} | 125 | {{scope.row.piece}} |
126 | </span> | 126 | </span> |
127 | <span v-else> | 127 | <span v-else> |
@@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||
134 | label="舱单重量" | 134 | label="舱单重量" |
135 | width="100"> | 135 | width="100"> |
136 | <template slot-scope="scope" style="text-align: center"> | 136 | <template slot-scope="scope" style="text-align: center"> |
137 | - <span v-if="scope.row.weight || scope.row.awbinfo.weight || scope.row.weight != scope.row.awbinfo.weight" style="color: #ff4d51;font-weight: bold"> | 137 | + <span v-if="scope.row.weight != scope.row.awbinfo.weight" style="color: #ff4d51;font-weight: bold"> |
138 | {{scope.row.weight}} | 138 | {{scope.row.weight}} |
139 | </span> | 139 | </span> |
140 | <span v-else> | 140 | <span v-else> |
-
请 注册 或 登录 后发表评论