|
|
@@ -164,12 +164,12 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- 结算状态,未结算,已结算, -->
|
|
|
- <el-table-column label="结算状态" prop="settleStatus" align="center" width="80px">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-tag effect="dark" type="danger" v-if="scope.row.settleStatus === 0">未结算</el-tag>
|
|
|
- <el-tag effect="dark" type="success" v-if="scope.row.settleStatus === 1">已结算</el-tag>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="结算状态" prop="settleStatus" align="center" width="80px">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-tag effect="dark" type="danger" v-if="scope.row.settleStatus === 0">未结算</el-tag>-->
|
|
|
+<!-- <el-tag effect="dark" type="success" v-if="scope.row.settleStatus === 1">已结算</el-tag>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<el-table-column align="center" fixed="right" :label="$t('publics.operating')" width="auto">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="text-btn-con">
|