mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	营销文章:新增表单属性移除浏览量
This commit is contained in:
		@@ -40,16 +40,6 @@
 | 
				
			|||||||
            <UploadImg v-model="formData.picUrl" height="80px" />
 | 
					            <UploadImg v-model="formData.picUrl" height="80px" />
 | 
				
			||||||
          </el-form-item>
 | 
					          </el-form-item>
 | 
				
			||||||
        </el-col>
 | 
					        </el-col>
 | 
				
			||||||
        <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" />
 | 
				
			||||||
@@ -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 = () => {
 | 
				
			|||||||
    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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user