'绩效考核修改‘
1 parent e1cc7b4 commit 0c7bc4218a0969ae5d0ad784a9338f9f76b813f9
@liyingjing liyingjing authored on 1 Nov 2023
Showing 23 changed files
View
6
src/views/examinemanage/control/index.vue
<el-tag v-if="row.standardFlag==''" type="warning">未填报</el-tag>
<el-tag v-else :type="row.standardFlag === '1' ? 'success' : 'error'">{{row.standardFlag === '1' ? '达标' : '未达标' }}</el-tag>
</template>
</el-table-column>
<el-table-column label="③预估分值" align="center" prop="realScore" show-overflow-tooltip >
<el-table-column label="③得分" align="center" prop="realScore" show-overflow-tooltip >
</el-table-column>
<el-table-column label="②预估分值" align="center" prop="secondRealScore" show-overflow-tooltip >
<el-table-column label="②得分" align="center" prop="secondRealScore" show-overflow-tooltip >
</el-table-column>
<el-table-column label="①预估分值" align="center" prop="firstRealScore" show-overflow-tooltip >
<el-table-column label="①得分" align="center" prop="firstRealScore" show-overflow-tooltip >
</el-table-column>
<el-table-column label="修改日期" align="center" prop="updateTime" show-overflow-tooltip />
<el-table-column label="责任单位" align="center" prop="deptName" show-overflow-tooltip />
<el-table-column label="修改人" align="center" prop="updateBy" show-overflow-tooltip />
View
8
src/views/financialperformance/publicsatisfaction/publicsatisfaction.vue
:style="{
color: scope.row.reachStandard == '0' ? 'red' : scope.row.reachStandard == '1' ? 'lime' : '',
}"
>
<el-tag v-if="scope.row.reachStandard == ''" type="warning">未评价</el-tag>
<el-tag v-else :type="scope.row.reachStandard == '0' ? 'error' : scope.row.reachStandard == '1' ? 'success' : ''">
{{ scope.row.reachStandard == '0' ? '不达标' : scope.row.reachStandard == '1' ? '达标' : '' }}
</el-tag>
<el-tag v-if="row.reachStandard===''" type="warning">未填报</el-tag>
<el-tag v-else-if="row.reachStandard==='102'" type="warning">无法评价</el-tag>
<el-tag v-else :type="row.reachStandard ==='1' ? 'success' : 'error'">{{row.reachStandard === '1'? '达标' : '未达标' }}</el-tag>
</span>
</template>
</el-table-column>
<el-table-column label="佐证材料" prop="fileList" show-overflow-tooltip>
View
src/views/floodControlStandard/index.vue
View
src/views/floodControlStandard/tableDalgo.vue
View
src/views/floodControlStandard/todoDon.vue
View
src/views/index.vue
View
src/views/naturalWaterArea/tableDalgo.vue
View
src/views/naturalWaterArea/todoDon.vue
View
src/views/odorousWaterBodies/todoDon.vue
View
src/views/permeableGroundArea/tableDalgo.vue
View
src/views/permeableGroundArea/todoDon.vue
View
src/views/prevention/tableDalgo.vue
View
src/views/prevention/todoDon.vue
View
src/views/projectCompletionStatus/index.js
View
src/views/projectCompletionStatus/index.vue
View
src/views/rainwaterResourceUtilization/tableDalgo.vue
View
src/views/rainwaterResourceUtilization/todoDon.vue
View
src/views/surfaceWater/todoDon.vue
View
src/views/waterUtilizationRate/tableDalgo.vue
View
src/views/waterUtilizationRate/todoDon.vue
View
src/views/waterloggedArea/jctable.vue
View
src/views/waterloggedArea/module.vue
View
vite.config.js