|
|
@ -33,7 +33,7 @@ |
|
|
|
<el-input-number v-model="secondObj.second" style="width: 230px;" :min="0" /> |
|
|
|
</el-col> |
|
|
|
<el-col class="colStyle"> |
|
|
|
<el-input v-model="secondObj.result" style="width: 330px;" placeholder="Please input" disabled> |
|
|
|
<el-input v-model="secondObj.result" placeholder="Please input" disabled class="singleClass"> |
|
|
|
<template #prepend>压实度:</template> |
|
|
|
<template #append>%</template> |
|
|
|
</el-input> |
|
|
@ -63,13 +63,13 @@ export default { |
|
|
|
return { |
|
|
|
_: _, |
|
|
|
dayjs: dayjs, |
|
|
|
isVip: false, |
|
|
|
isVip: true, |
|
|
|
form: { |
|
|
|
min: 1, |
|
|
|
max: 10, |
|
|
|
weishu: 3, |
|
|
|
geshu: 3, |
|
|
|
zushu: 8, |
|
|
|
weishu: 2, |
|
|
|
geshu: 10, |
|
|
|
zushu: 10, |
|
|
|
}, |
|
|
|
secondObj: { |
|
|
|
first: 0, |
|
|
@ -146,7 +146,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
async mounted() { |
|
|
|
let fiveDay = dayjs('2024-10-15T00:00:00').valueOf() |
|
|
|
let fiveDay = dayjs('2024-11-02T00:00:00').valueOf() |
|
|
|
if (!this.isVip) { |
|
|
|
if (dayjs().valueOf() > fiveDay) { |
|
|
|
this.isVip = false |
|
|
|