问题修改

This commit is contained in:
zzyuan 2025-12-11 09:11:19 +08:00
parent 10a4b38b7d
commit 088541951c
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<!-- <el-table-column label="账户有效期" align="center" prop="endDate" :show-overflow-tooltip="true" width="150"/> --> <!-- <el-table-column label="账户有效期" align="center" prop="endDate" :show-overflow-tooltip="true" width="150"/> -->
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right"> <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope" v-if="scope.$index!=10"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"
type="text" type="text"

View File

@ -1560,7 +1560,7 @@ export default {
this.detailList.forEach(item=>{ this.detailList.forEach(item=>{
item.dishesList.forEach(sub=>{ item.dishesList.forEach(sub=>{
sub.price = (Number(sub.price)/100).toFixed(2) sub.price = (Number(sub.price)/100).toFixed(2)
sub.price = (Number(sub.salePrice)/100).toFixed(2) sub.salePrice = (Number(sub.salePrice)/100).toFixed(2)
}) })
}) })
if(this.copyType=='date'){ if(this.copyType=='date'){