Authored by 陈峰

layout

... ... @@ -136,6 +136,7 @@ body {
background: #fff;
border-radius: 4px;
flex: auto;
position: relative;
}
.layout-copy {
... ...
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/storehouse/workorder/index`"></iFrame>
</layout-body>
</template>
... ...
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/importExportStock`"></iFrame>
</layout-body>
</template>
... ...
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/businessOverview`"></iFrame>
</layout-body>
</template>
... ...
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/businessSale`"></iFrame>
</layout-body>
</template>
... ...
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/stock`"></iFrame>
</layout-body>
</template>
... ...