|
@@ -439,12 +439,10 @@
|
|
v-if="this.user.timeType.easyExpense == 0 && user.companyId != 4811"></el-table-column>
|
|
v-if="this.user.timeType.easyExpense == 0 && user.companyId != 4811"></el-table-column>
|
|
<el-table-column prop="type" :label="$t('ppertype')" v-if="this.user.timeType.easyExpense == 0">
|
|
<el-table-column prop="type" :label="$t('ppertype')" v-if="this.user.timeType.easyExpense == 0">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <template slot-scope="scope">
|
|
|
|
- <template v-if="user.companyId == 4811 && scope.row.status == 4">
|
|
|
|
- <span style="color: red">{{ scope.row.expenseMainTypeName }}</span>
|
|
|
|
- </template>
|
|
|
|
- <template v-else>{{ scope.row.expenseMainTypeName }}</template>
|
|
|
|
|
|
+ <template v-if="user.companyId == 4811 && scope.row.status == 4">
|
|
|
|
+ <span style="color: red">{{ scope.row.expenseMainTypeName }}</span>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template v-else>{{ scope.row.expenseMainTypeName }}</template>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="equipmentOwnerName" label="设备归属人" v-if="user.companyId == 4811" width="150">
|
|
<el-table-column prop="equipmentOwnerName" label="设备归属人" v-if="user.companyId == 4811" width="150">
|