Commit d1a3fe5d by puhui999

营销文章:新增表单属性移除浏览量

parent 50e43e40
...@@ -41,16 +41,6 @@ ...@@ -41,16 +41,6 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <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-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" />
</el-form-item> </el-form-item>
...@@ -141,7 +131,6 @@ const formData = ref({ ...@@ -141,7 +131,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,
...@@ -215,7 +204,6 @@ const resetForm = () => { ...@@ -215,7 +204,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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment