新增成本核算及即时库存

This commit is contained in:
‘937886381’
2024-07-26 10:47:36 +08:00
parent f5f472854b
commit 7e9f89fdda
16 changed files with 688 additions and 1096 deletions

View File

@@ -118,7 +118,7 @@
<div class="chart">
<div class="chart-title">
<span class="title">生产情况</span>
<div class="button-than" style="position: absolute;right: 3%;">
<div class="button-than" style="position: absolute;right: 0%;">
<CopilotButton v-for="i in ['同比', '环比']" :key="i" :label="i" :active="i === than"
@click="() => $emit('update:than', i)" />
</div>
@@ -228,7 +228,7 @@ export default {
position: relative;
// gap: 6px;
.chart-title{
margin-top: 5px;
margin-top: 20px;
// flex: 1;
// gap: 6px;
height: 1.5vw;