【类 型】:factor
【原 因】:列表样式 按钮组宽度修改 【过 程】: 【影 响】:
This commit is contained in:
parent
873c1a2995
commit
51160514d9
@ -175,6 +175,10 @@ label {
|
|||||||
top: 30px !important;
|
top: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mapboxgl-ctrl-top-left {
|
||||||
|
top: 30px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//public
|
//public
|
||||||
.borderLN {
|
.borderLN {
|
||||||
|
@ -306,6 +306,7 @@ export default {
|
|||||||
this.$store.dispatch('fetchRouteList') // 获取航线列表
|
this.$store.dispatch('fetchRouteList') // 获取航线列表
|
||||||
this.$store.dispatch('fetchCategoryList') // 获取分类列表(小程序)
|
this.$store.dispatch('fetchCategoryList') // 获取分类列表(小程序)
|
||||||
this.$store.dispatch('fetchPaidOrderList') // 获取订单列表
|
this.$store.dispatch('fetchPaidOrderList') // 获取订单列表
|
||||||
|
this.$store.dispatch('fetchMessageList')// 获取管理员公告列表 并弹出公告框
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @description: 登出
|
* @description: 登出
|
||||||
|
@ -79,7 +79,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const endTime = Math.floor(new Date(this.form.date).getTime() / 1000 + 86400)
|
const endTime = Math.floor(new Date(this.form.date).setHours(23, 59, 59, 999) / 1000)// 取日历选择的 当天最后一秒
|
||||||
|
|
||||||
const res = await pubMessage(this.form.tit, this.form.message, this.idArr, endTime)
|
const res = await pubMessage(this.form.tit, this.form.message, this.idArr, endTime)
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
{{ scope.row.apply_time | parseTime('{y}-{m}-{d}') }}
|
{{ scope.row.apply_time | parseTime('{y}-{m}-{d}') }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="controler" label="操作" width="200" min-width="200">
|
<el-table-column prop="controler" label="操作" width="380" min-width="380">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button-group>
|
<el-button-group>
|
||||||
<el-button type="primary" class="iconfont icon-youxishoubing"
|
<el-button type="primary" class="iconfont icon-youxishoubing"
|
||||||
|
@ -69,7 +69,7 @@ export default {
|
|||||||
this.$store.dispatch('fetchSpuList')// 获取商品spu列表
|
this.$store.dispatch('fetchSpuList')// 获取商品spu列表
|
||||||
this.$store.dispatch('fetchSkuList')// 获取商品sku列表
|
this.$store.dispatch('fetchSkuList')// 获取商品sku列表
|
||||||
this.$store.dispatch('fetchPaidOrderList')// 获取订单列表
|
this.$store.dispatch('fetchPaidOrderList')// 获取订单列表
|
||||||
this.$store.dispatch('fetchMessageList')// 获取管理员公告列表
|
this.$store.dispatch('fetchMessageList')// 获取管理员公告列表 并弹出公告框
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user