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