Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui
commit
48668fd2d4
|
@ -147,12 +147,14 @@ export default {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.store-search{
|
.store-search{
|
||||||
width:63px;
|
width:55.6px;
|
||||||
padding: 0 9px;
|
padding: 0 9px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border-radius: 3px;
|
||||||
&:nth-child(2){
|
&:nth-child(2){
|
||||||
width:62px;
|
width:55px;
|
||||||
margin-left: -5px;
|
margin-left: -2px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn-div{
|
.btn-div{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="height:auto;">
|
||||||
<div class="item-intro-show">
|
<div class="item-intro-show">
|
||||||
<div class="item-intro-detail" ref="itemIntroDetail">
|
<div class="item-intro-detail" ref="itemIntroDetail">
|
||||||
<div class="item-intro-nav item-tabs">
|
<div class="item-intro-nav item-tabs">
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
</TabPane>
|
</TabPane>
|
||||||
<TabPane label="商品参数">
|
<TabPane label="商品参数">
|
||||||
<template v-if="detail.goodsParamsDTOList && detail.goodsParamsDTOList.length">
|
<template v-if="detail.goodsParamsDTOList && detail.goodsParamsDTOList.length">
|
||||||
<div class="goods-params" v-for="item in detail.goodsParamsDTOList" :key="item.groupId">
|
<div class="goods-params" style="height:inherit;" v-for="item in detail.goodsParamsDTOList" :key="item.groupId">
|
||||||
<span class="ml_10">{{item.groupName}}</span>
|
<span class="ml_10">{{item.groupName}}</span>
|
||||||
<table class="mb_10" cellpadding='0' cellspacing="0" >
|
<table class="mb_10" cellpadding='0' cellspacing="0" >
|
||||||
<tr v-for="param in item.goodsParamsItemDTOList" :key="param.paramId">
|
<tr v-for="param in item.goodsParamsItemDTOList" :key="param.paramId">
|
||||||
|
@ -220,6 +220,7 @@ export default {
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: scroll;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -161,7 +161,7 @@ export default {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
>div:nth-child(1) {
|
>div:nth-child(1) {
|
||||||
width: 130px;
|
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
span:nth-child(1){
|
span:nth-child(1){
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -169,7 +169,7 @@ export default {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background-color: #a25684;
|
background-color: #a25684;
|
||||||
display: block;
|
display: block;
|
||||||
width: 120px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0 10px 10px 0;
|
margin: 0 10px 10px 0;
|
||||||
|
|
|
@ -82,7 +82,9 @@ export default {
|
||||||
pageNumber:1,
|
pageNumber:1,
|
||||||
pageSize:10,
|
pageSize:10,
|
||||||
sort: 'createTime',
|
sort: 'createTime',
|
||||||
order: 'desc'
|
order: 'desc',
|
||||||
|
pageType:"INDEX",
|
||||||
|
pageClientType:"PC",
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
// 列表展示的column
|
// 列表展示的column
|
||||||
|
|
|
@ -51,6 +51,9 @@
|
||||||
<!-- 修改模态框 -->
|
<!-- 修改模态框 -->
|
||||||
<Modal v-model="descFlag" :title="descTitle" @on-ok="handleSubmitModal" width="500">
|
<Modal v-model="descFlag" :title="descTitle" @on-ok="handleSubmitModal" width="500">
|
||||||
<Form ref="form" :model="form" :rules="ruleValidate" :label-width="80">
|
<Form ref="form" :model="form" :rules="ruleValidate" :label-width="80">
|
||||||
|
|
||||||
|
<Input v-model="form.id" v-show="false"/>
|
||||||
|
|
||||||
<FormItem label="头像">
|
<FormItem label="头像">
|
||||||
<img :src="form.face" class="face" />
|
<img :src="form.face" class="face" />
|
||||||
<Button type="text" class="upload" @click="() => {
|
<Button type="text" class="upload" @click="() => {
|
||||||
|
@ -462,7 +465,7 @@ export default {
|
||||||
|
|
||||||
// 提交修改数据
|
// 提交修改数据
|
||||||
handleSubmitModal() {
|
handleSubmitModal() {
|
||||||
const { nickName, sex, username, face, newPassword } = this.form;
|
const { nickName, sex, username, face, newPassword,id } = this.form;
|
||||||
let time = new Date(this.form.birthday);
|
let time = new Date(this.form.birthday);
|
||||||
let birthday =
|
let birthday =
|
||||||
time.getFullYear() + "-" + (time.getMonth() + 1) + "-" + time.getDate();
|
time.getFullYear() + "-" + (time.getMonth() + 1) + "-" + time.getDate();
|
||||||
|
@ -474,6 +477,7 @@ export default {
|
||||||
sex,
|
sex,
|
||||||
birthday,
|
birthday,
|
||||||
face,
|
face,
|
||||||
|
id
|
||||||
};
|
};
|
||||||
if (this.region != "undefined") {
|
if (this.region != "undefined") {
|
||||||
submit.regionId = this.regionId;
|
submit.regionId = this.regionId;
|
||||||
|
|
|
@ -62,7 +62,7 @@ export default {
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
type: Object
|
type: null
|
||||||
},
|
},
|
||||||
draggable: {
|
draggable: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
Loading…
Reference in New Issue