feat(performanceTotal): 移除无用业绩字段
This commit is contained in:
parent
45f84b7762
commit
e2a776478b
|
@ -272,14 +272,6 @@
|
|||
width="160"
|
||||
:label="'首购业绩'+`(${isLocalSymbol()})`"
|
||||
/> -->
|
||||
<el-table-column
|
||||
v-if="allTxt.tripartiteAmount&&getUser.user.pkCountry==1"
|
||||
align="center"
|
||||
prop="tripartiteAmount"
|
||||
:formatter="stateFormat"
|
||||
width="160"
|
||||
:label="'三方' +'金额'+`(¥)`"
|
||||
/>
|
||||
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.tripartiteAmountLocality&&getUser.user.pkCountry==1"
|
||||
|
@ -289,14 +281,6 @@
|
|||
width="160"
|
||||
:label="'三方' +'金额'+`(${isLocalSymbol()})`"
|
||||
/> -->
|
||||
<el-table-column
|
||||
v-if="allTxt.tripartitePv&&getUser.user.pkCountry==1"
|
||||
align="center"
|
||||
prop="tripartitePv"
|
||||
:formatter="stateFormat"
|
||||
width="160"
|
||||
:label="'三方' +'业绩'+`(¥)`"
|
||||
/>
|
||||
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.tripartitePvLocality&&getUser.user.pkCountry==1"
|
||||
|
@ -307,15 +291,6 @@
|
|||
:label="'三方' +'业绩'+`(${isLocalSymbol()})`"
|
||||
/> -->
|
||||
|
||||
<el-table-column
|
||||
v-if="allTxt.fansAmount&&getUser.user.pkCountry==1"
|
||||
align="center"
|
||||
prop="fansAmount"
|
||||
:formatter="stateFormat"
|
||||
width="150"
|
||||
:label="'海粉金额'+`(¥)`"
|
||||
/>
|
||||
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.fansAmountLocality&&getUser.user.pkCountry==1"
|
||||
align="center"
|
||||
|
@ -324,14 +299,6 @@
|
|||
width="150"
|
||||
:label="'海粉金额'+`(${isLocalSymbol()})`"
|
||||
/> -->
|
||||
<el-table-column
|
||||
v-if="allTxt.hiFunPv&&getUser.user.pkCountry==1"
|
||||
align="center"
|
||||
prop="hiFunPv"
|
||||
:formatter="stateFormat"
|
||||
width="150"
|
||||
:label="'海粉业绩'+`(¥)`"
|
||||
/>
|
||||
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.hiFunPvLocality&&getUser.user.pkCountry==1"
|
||||
|
|
Loading…
Reference in New Issue