fix: readonly, info code & createdAt
This commit is contained in:
parent
c020a3acbd
commit
0a832974f5
3 changed files with 29 additions and 14 deletions
|
|
@ -60,7 +60,6 @@ const summaryPrice = defineModel<{
|
|||
const currentBtnOpen = ref<{ title: string; opened: boolean[] }[]>([
|
||||
{ title: '', opened: [] },
|
||||
]);
|
||||
const finalDiscount4Show = ref<string>(finalDiscount.value.toString());
|
||||
|
||||
function calcPrice(c: (typeof rows.value)[number]) {
|
||||
return precisionRound(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue