feat(goodsManage): 商品发布基础设置隐藏发起人收益字段
This commit is contained in:
parent
11d55cd01b
commit
7336306eaa
|
@ -375,7 +375,7 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-show="form.specialArea == 3" :span="8">
|
||||
<!-- <el-col v-show="form.specialArea == 3" :span="8">
|
||||
<el-form-item label="发起人收益">
|
||||
<el-input
|
||||
v-model="form.makerIncome"
|
||||
|
@ -383,7 +383,7 @@
|
|||
:placeholder="'请输入'"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="24">
|
||||
<el-form-item :label="'保证标签'">
|
||||
<el-checkbox-group
|
||||
|
|
|
@ -359,7 +359,7 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-show="form.specialArea == 3" :span="8">
|
||||
<!-- <el-col v-show="form.specialArea == 3" :span="8">
|
||||
<el-form-item label="发起人收益">
|
||||
<el-input
|
||||
v-model="form.makerIncome"
|
||||
|
@ -367,7 +367,7 @@
|
|||
:placeholder="'请输入'"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="24">
|
||||
<el-form-item :label="'保证标签'">
|
||||
<el-checkbox-group v-model="form.pkGuaranteeLabel">
|
||||
|
|
Loading…
Reference in New Issue