update 质量,产品成品率
This commit is contained in:
parent
df8ffa3676
commit
c943481826
@ -186,7 +186,7 @@
|
||||
</div>
|
||||
<div class="" style="width: calc(400px * var(--beilv)); flex: 1;">
|
||||
<techy-box class="" style="padding: 0 calc(16px * var(--beilv));">
|
||||
<productionRateHeader @update-data="str => dataUpdateToken = str">产品成品率</productionRateHeader>
|
||||
<productionRateHeader @update-data="obj => { dataUpdateToken = obj.str; dateMode2 = obj.mode }">产品成品率</productionRateHeader>
|
||||
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
|
||||
<new-line-stack :data-update-token="dataUpdateToken" :mode="dateMode2" />
|
||||
</div>
|
||||
|
@ -114,7 +114,7 @@
|
||||
:class="{ 'date-select__active': dateMode === 'day' }"
|
||||
@click="
|
||||
dateMode = 'day'
|
||||
$emit('update-data', '' + Math.random())
|
||||
$emit('update-data', { str: '' + Math.random(), mode: dateMode })
|
||||
"
|
||||
>
|
||||
日
|
||||
@ -123,7 +123,7 @@
|
||||
:class="{ 'date-select__active': dateMode === 'month' }"
|
||||
@click="
|
||||
dateMode = 'month'
|
||||
$emit('update-data', '' + Math.random())
|
||||
$emit('update-data', { str: '' + Math.random(), mode: dateMode })
|
||||
"
|
||||
>
|
||||
月
|
||||
|
Loading…
Reference in New Issue
Block a user