Merge branch 'test' of https://e.coding.net/g-cphe0354/cashier_front/cashier_admin_app into test
This commit is contained in:
commit
d6f148c2a9
|
|
@ -265,11 +265,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageLineUpTop {
|
.pageLineUpTop {
|
||||||
.df;
|
display: flex;
|
||||||
justify-content: space-around;
|
// justify-content: space-around;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 36rpx 0;
|
margin: 36rpx 0;
|
||||||
|
|
||||||
|
|
||||||
>view {
|
>view {
|
||||||
width: 208rpx;
|
width: 208rpx;
|
||||||
height: 136rpx;
|
height: 136rpx;
|
||||||
|
|
@ -277,11 +278,18 @@
|
||||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
border: 2rpx solid #E5E5E5;
|
border: 2rpx solid #E5E5E5;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
|
margin-left: 22rpx;
|
||||||
|
|
||||||
>view {
|
>view {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// >view:last-child {
|
||||||
|
// margin-right: auto;
|
||||||
|
// margin-left: 22rpx;
|
||||||
|
// }
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
border: 2rpx solid #318AFE;
|
border: 2rpx solid #318AFE;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,10 +89,13 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import {
|
import {
|
||||||
getCurrentInstance,
|
getCurrentInstance,
|
||||||
onMounted,
|
|
||||||
reactive,
|
reactive,
|
||||||
ref
|
ref
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
|
import {
|
||||||
|
onShow,
|
||||||
|
} from '@dcloudio/uni-app';
|
||||||
import go from '@/commons/utils/go.js';
|
import go from '@/commons/utils/go.js';
|
||||||
import {
|
import {
|
||||||
tbShopPermissionList,
|
tbShopPermissionList,
|
||||||
|
|
@ -123,7 +126,7 @@
|
||||||
[]
|
[]
|
||||||
]);
|
]);
|
||||||
const show = ref(false)
|
const show = ref(false)
|
||||||
onMounted(() => {
|
onShow(() => {
|
||||||
// 获取角色信息
|
// 获取角色信息
|
||||||
getrolesEvent()
|
getrolesEvent()
|
||||||
if (props.type == 'add') {
|
if (props.type == 'add') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue