mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-23 11:25:53 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -127,9 +127,9 @@ export default {
|
||||
modalType: 0, // 添加或编辑标识
|
||||
modalVisible: false, // 添加或编辑显示
|
||||
modalTitle: "", // 添加或编辑标题
|
||||
drop: false,
|
||||
dropDownContent: "展开",
|
||||
dropDownIcon: "ios-arrow-down",
|
||||
drop: false, // 展开搜索框
|
||||
dropDownContent: "展开", // 展开标签文字
|
||||
dropDownIcon: "ios-arrow-down", // 展开图标
|
||||
searchForm: {
|
||||
// 搜索框初始化对象
|
||||
pageNumber: 1, // 当前页数
|
||||
@@ -137,7 +137,7 @@ export default {
|
||||
sort: "create_time", // 默认排序字段
|
||||
order: "desc", // 默认排序方式
|
||||
},
|
||||
underForm: {
|
||||
underForm: { // 下架原因
|
||||
reason: "",
|
||||
},
|
||||
form: {
|
||||
|
||||
@@ -99,10 +99,10 @@
|
||||
sort: "create_time", // 默认排序字段
|
||||
order: "desc", // 默认排序方式
|
||||
},
|
||||
underForm: {
|
||||
underForm: { // 下架原因
|
||||
reason: "",
|
||||
},
|
||||
goodsAuditForm: {
|
||||
goodsAuditForm: { // 商品编辑表单
|
||||
is_auth: 1,
|
||||
},
|
||||
form: {
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
<FormItem label="商品卖点" prop="sellingPoint">
|
||||
{{ goods.sellingPoint }}
|
||||
</FormItem>
|
||||
<!-- <FormItem label="商品品牌" prop="brandId">-->
|
||||
<!-- {{ goods.brandId }}-->
|
||||
<!-- </FormItem>-->
|
||||
</div>
|
||||
<h4>商品交易信息</h4>
|
||||
<div class="form-item-view">
|
||||
@@ -139,10 +136,10 @@ export default {
|
||||
name: "goodsDetail",
|
||||
data() {
|
||||
return {
|
||||
goods: '',
|
||||
previewGoodsPicture: '',
|
||||
goodsPictureVisible: false,
|
||||
skuColumn: [
|
||||
goods: '', // 商品信息
|
||||
previewGoodsPicture: '', // 预览图片
|
||||
goodsPictureVisible: false, // 预览图片模态框
|
||||
skuColumn: [ // 规格表头
|
||||
{
|
||||
title: '规格',
|
||||
key: 'specs'
|
||||
@@ -168,7 +165,7 @@ export default {
|
||||
slot: "showImage",
|
||||
}
|
||||
],
|
||||
skuData: []
|
||||
skuData: [] // sku数据
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user