jiangping
2023-10-26 5a4e4f0ac1e40f45ce4e78b1ae57637c84a64fc7
web_standard/src/views/ext/userSalary.vue
@@ -72,7 +72,11 @@
            <span class="unvalid-style">{{ row.unQualifiedNum || 0 }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="rate" label="合格率(%)" min-width="100px"></el-table-column>
        <el-table-column prop="rate" label="合格率" min-width="100px">
          <template slot-scope="{row}">
            {{ `${row.rate.toFixed(2)}%` }}
          </template>
        </el-table-column>
      </el-table>
      <pagination
        @size-change="handleSizeChange"