营销文章:新增表单属性移除浏览量
(cherry picked from commit d1a3fe5d5a91ea5f782d1c83abb7b6a111ec0a14)
This commit is contained in:
parent
d04c1f0213
commit
432620ffec
@ -41,16 +41,6 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- TODO @puhui999:浏览次数,不能修改 -->
|
<!-- TODO @puhui999:浏览次数,不能修改 -->
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="浏览次数" prop="browseCount">
|
|
||||||
<el-input-number
|
|
||||||
v-model="formData.browseCount"
|
|
||||||
:min="0"
|
|
||||||
clearable
|
|
||||||
controls-position="right"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="排序" prop="sort">
|
<el-form-item label="排序" prop="sort">
|
||||||
<el-input-number v-model="formData.sort" :min="0" clearable controls-position="right" />
|
<el-input-number v-model="formData.sort" :min="0" clearable controls-position="right" />
|
||||||
@ -143,7 +133,6 @@ const formData = ref({
|
|||||||
author: undefined,
|
author: undefined,
|
||||||
picUrl: undefined,
|
picUrl: undefined,
|
||||||
introduction: undefined,
|
introduction: undefined,
|
||||||
browseCount: 0,
|
|
||||||
sort: 0,
|
sort: 0,
|
||||||
status: 0,
|
status: 0,
|
||||||
spuId: undefined,
|
spuId: undefined,
|
||||||
@ -217,7 +206,6 @@ const resetForm = () => {
|
|||||||
author: undefined,
|
author: undefined,
|
||||||
picUrl: undefined,
|
picUrl: undefined,
|
||||||
introduction: undefined,
|
introduction: undefined,
|
||||||
browseCount: 0,
|
|
||||||
sort: 0,
|
sort: 0,
|
||||||
status: 0,
|
status: 0,
|
||||||
spuId: undefined,
|
spuId: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user