正在显示
1 个修改的文件
包含
6 行增加
和
1 行删除
| @@ -23,7 +23,12 @@ | @@ -23,7 +23,12 @@ | ||
| 23 | <tr> | 23 | <tr> |
| 24 | <th scop="col" class="table_lable">产品类型:</th> | 24 | <th scop="col" class="table_lable">产品类型:</th> |
| 25 | <th scop="col"> | 25 | <th scop="col"> |
| 26 | - {{model.productType}} | 26 | + <span v-if="model.productType == 'JD'">接地</span> |
| 27 | + <span v-if="model.productType == 'XC'">线槽</span> | ||
| 28 | + <span v-if="model.productType == 'QZ'">卡子</span> | ||
| 29 | + <span v-if="model.productType == 'SJ'">司机室</span> | ||
| 30 | + <span v-if="model.productType == 'GX'">柜、箱、盒</span> | ||
| 31 | + <span v-if="model.productType == 'FS'">附属钢</span> | ||
| 27 | </th> | 32 | </th> |
| 28 | </tr> | 33 | </tr> |
| 29 | <tr> | 34 | <tr> |
-
请 注册 或 登录 后发表评论