Skip to content

Commit d1a3fe5

Browse files
author
puhui999
committed
营销文章:新增表单属性移除浏览量
1 parent 50e43e4 commit d1a3fe5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/views/mall/promotion/article/ArticleForm.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@
4040
<UploadImg v-model="formData.picUrl" height="80px" />
4141
</el-form-item>
4242
</el-col>
43-
<el-col :span="12">
44-
<el-form-item label="浏览次数" prop="browseCount">
45-
<el-input-number
46-
v-model="formData.browseCount"
47-
:min="0"
48-
clearable
49-
controls-position="right"
50-
/>
51-
</el-form-item>
52-
</el-col>
5343
<el-col :span="12">
5444
<el-form-item label="排序" prop="sort">
5545
<el-input-number v-model="formData.sort" :min="0" clearable controls-position="right" />
@@ -141,7 +131,6 @@ const formData = ref({
141131
author: undefined,
142132
picUrl: undefined,
143133
introduction: undefined,
144-
browseCount: 0,
145134
sort: 0,
146135
status: 0,
147136
spuId: undefined,
@@ -215,7 +204,6 @@ const resetForm = () => {
215204
author: undefined,
216205
picUrl: undefined,
217206
introduction: undefined,
218-
browseCount: 0,
219207
sort: 0,
220208
status: 0,
221209
spuId: undefined,

0 commit comments

Comments
 (0)