显卡产品物模型移植

This commit is contained in:
1 2025-07-23 14:34:57 +08:00
parent 826f6a0e85
commit 1df3f221e1
3 changed files with 1378 additions and 1010 deletions

View File

@ -23,6 +23,10 @@
style="max-width:110px; margin-left: 60px;" /> style="max-width:110px; margin-left: 60px;" />
<view style="line-height: 36px; margin-right: 14px; color: #666;"></view> <view style="line-height: 36px; margin-right: 14px; color: #666;"></view>
</view> </view>
<view class="form-row">
<view class="mini-label">节目备注</view>
<u-input v-model="form.remark" placeholder="请输入节目备注" style="margin-left: 60px;max-width:220px;" />
</view>
</view> </view>
<!-- 分区配置tab切换 --> <!-- 分区配置tab切换 -->
<view class="section"> <view class="section">

File diff suppressed because it is too large Load Diff

View File

@ -95,7 +95,7 @@
} }
this.isRelayProduct = this.device.productName === '多路控制器'; this.isRelayProduct = this.device.productName === '多路控制器';
this.isVoiceProduct = this.device.productName === '声卡'; this.isVoiceProduct = this.device.productName === '声卡';
this.isGatewayProduct = this.device.productName === '网关卡兼容'; this.isGatewayProduct = this.device.productName === '网关';
this.isdisplay = this.device.productName === '显卡设置'; this.isdisplay = this.device.productName === '显卡设置';
console.log("create的数据", JSON.stringify(this.deviceInfo)) console.log("create的数据", JSON.stringify(this.deviceInfo))