sc
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="appStore.getAppInfo?.instanceType == 2"
|
||||
v-if="appStore.getAppInfo?.instanceType == 1"
|
||||
prop="companyProfit"
|
||||
label="公司利润"
|
||||
min-width="120px"
|
||||
@@ -128,7 +128,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="appStore.getAppInfo?.instanceType == 2"
|
||||
v-if="appStore.getAppInfo?.instanceType == 1"
|
||||
prop="personProfit"
|
||||
label="员工利润"
|
||||
min-width="120px"
|
||||
|
||||
Reference in New Issue
Block a user