|
|
|
@ -232,6 +232,19 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20">
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-form-item label="拆包后可用时长(小时):" prop="unpackUseTime" label-width="160px">
|
|
|
|
|
|
|
|
|
|
<el-input v-model="newProductData.unpackUseTime" size="small" style="width: 90%"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="请输入拆包后可用时长(小时)"
|
|
|
|
|
>
|
|
|
|
|
</el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-collapse-item>
|
|
|
|
|
<el-collapse-item name="2">
|
|
|
|
|
<template slot="title">
|
|
|
|
|