Browse Source

优化

master
ltlzx 4 years ago
parent
commit
bda5c688ca
  1. 4
      src/components/Header.vue
  2. 4
      src/components/dateSelect/index.vue
  3. 2
      src/components/page/order/index.vue

4
src/components/Header.vue

@ -40,8 +40,8 @@ export default {
color: white;
}
.header{
width: 100%;
/* min-width: 1903px; */
/* width: 100%; */
min-width: 1131px;
height: 65px;
display: flex;
align-items: center;

4
src/components/dateSelect/index.vue

@ -329,7 +329,9 @@
goodsDetail(data).then(res=>{
console.info(res)
if(res.code==200){
this.userinfo.push(res.data.userinfo)
// this.userinfo.push(res.data.userinfo)
this.userinfo=res.data.userinfo
console.info(this.userinfo)
let goods=[res.data.entrust_goods.goods]
this.entrust_goods=res.data.entrust_goods
this.entrust_goods.goods=goods

2
src/components/page/order/index.vue

@ -195,7 +195,7 @@ export default {
},
{
title: '操作',
width:'170px',
// width:'170px',
scopedSlots: { customRender: 'operation' },
// align:'center'
},

Loading…
Cancel
Save