后管页面
This commit is contained in:
parent
39d6fe755f
commit
c6d81c5e2a
@ -291,6 +291,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-show="currentTab === 1 && !isDisabled">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="质检报告:">
|
||||
<Tinymce v-model="formValidate.qualityTest"></Tinymce>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-show="currentTab === 1 && isDisabled">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="商品详情:">
|
||||
@ -298,6 +305,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-show="currentTab === 1 && isDisabled">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="质检报告:">
|
||||
<span v-html="formValidate.qualityTest || '无'"></span>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!-- 其他设置-->
|
||||
<el-row v-show="currentTab === 2">
|
||||
<el-col :span="24">
|
||||
@ -306,11 +320,11 @@
|
||||
<el-input-number v-model="formValidate.sort" :min="0" placeholder="请输入排序" :disabled="isDisabled" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-bind="grid">
|
||||
<el-form-item label="积分:">
|
||||
<el-input-number v-model="formValidate.giveIntegral" :min="0" placeholder="请输入排序" :disabled="isDisabled" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col v-bind="grid">-->
|
||||
<!-- <el-form-item label="积分:">-->
|
||||
<!-- <el-input-number v-model="formValidate.giveIntegral" :min="0" placeholder="请输入排序" :disabled="isDisabled" />-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col v-bind="grid">
|
||||
<el-form-item label="虚拟销量:">
|
||||
<el-input-number v-model="formValidate.ficti" :min="0" placeholder="请输入排序" :disabled="isDisabled" />
|
||||
@ -429,6 +443,7 @@
|
||||
selectRule: '',
|
||||
isSub: false,
|
||||
content: '',
|
||||
qualityTest: '',
|
||||
specType: false,
|
||||
id: 0,
|
||||
couponIds: [],
|
||||
|
Loading…
Reference in New Issue
Block a user