显卡产品物模型移植
This commit is contained in:
parent
826f6a0e85
commit
1df3f221e1
@ -23,6 +23,10 @@
|
||||
style="max-width:110px; margin-left: 60px;" />
|
||||
<view style="line-height: 36px; margin-right: 14px; color: #666;">秒</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>
|
||||
<!-- 分区配置(tab切换) -->
|
||||
<view class="section">
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -95,7 +95,7 @@
|
||||
}
|
||||
this.isRelayProduct = this.device.productName === '多路控制器';
|
||||
this.isVoiceProduct = this.device.productName === '声卡';
|
||||
this.isGatewayProduct = this.device.productName === '网关卡兼容';
|
||||
this.isGatewayProduct = this.device.productName === '网关';
|
||||
this.isdisplay = this.device.productName === '显卡设置';
|
||||
console.log("create的数据", JSON.stringify(this.deviceInfo))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user