提交 c437177a authored 作者: matian's avatar matian

删除注释

上级 376828ca
......@@ -52,7 +52,6 @@
v-on="$listeners"
style="height: 100%"
ref="table"
hright="250"
max-height="750"
>
<template v-for="item in currentColumns">
......
......@@ -323,7 +323,6 @@ export default {
align: 'center',
minWidth: 300,
computed({ row }) {
console.log(row)
if (row.secondary_service_fee_rules_type) {
if (row.secondary_service_fee_rules_type === '1' || row.secondary_service_fee_rules_type === '3') {
if (row.secondary_service_charge_ratio) {
......@@ -379,7 +378,6 @@ export default {
align: 'center',
minWidth: 120,
computed({ row }) {
console.log(row)
if (row.service_fee_rules_type) {
if (row.service_fee_rules_type === '1' || row.service_fee_rules_type === '3') {
if (row.service_charge_ratio) {
......@@ -454,7 +452,6 @@ export default {
},
created() {
window.localStorage.getItem('customColumns')
console.log(11111)
this.fetchCondition() // 获取过滤条件
},
methods: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论