File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/views/mall/promotion/article Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 40
40
<UploadImg v-model =" formData.picUrl" height =" 80px" />
41
41
</el-form-item >
42
42
</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 >
53
43
<el-col :span =" 12" >
54
44
<el-form-item label =" 排序" prop =" sort" >
55
45
<el-input-number v-model =" formData.sort" :min =" 0" clearable controls-position =" right" />
@@ -141,7 +131,6 @@ const formData = ref({
141
131
author: undefined ,
142
132
picUrl: undefined ,
143
133
introduction: undefined ,
144
- browseCount: 0 ,
145
134
sort: 0 ,
146
135
status: 0 ,
147
136
spuId: undefined ,
@@ -215,7 +204,6 @@ const resetForm = () => {
215
204
author: undefined ,
216
205
picUrl: undefined ,
217
206
introduction: undefined ,
218
- browseCount: 0 ,
219
207
sort: 0 ,
220
208
status: 0 ,
221
209
spuId: undefined ,
You can’t perform that action at this time.
0 commit comments