问题修改
This commit is contained in:
parent
10a4b38b7d
commit
088541951c
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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'){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue