@@ -687,7 +687,7 @@
<el-table-column prop="whether" :label="$t('shi-fou-man-zu-gong-shi')" min-width="250">
<template slot-scope="scope">
<div>
- <span>{{scope.row.whether == 0 ? '不满足' : '满足'}}</span>
+ <span>{{scope.row.whether == 0 ? '否' : '是'}}</span>
</div>
</template>
</el-table-column>