|
@@ -34,12 +34,12 @@
|
|
|
<el-table-column label="考评单位" width="330">
|
|
|
<template #default="scope">
|
|
|
<el-tooltip
|
|
|
- class="box-item"
|
|
|
+ class="tooltipName"
|
|
|
effect="customized"
|
|
|
- :content="scope.row.organizationName"
|
|
|
+ :content="scope.row.createOrgName"
|
|
|
placement="right"
|
|
|
>
|
|
|
- <span class="tooltipCC">{{scope.row.organizationName}}</span>
|
|
|
+ <span class="tooltipCC">{{scope.row.createOrgName}}</span>
|
|
|
</el-tooltip>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -51,7 +51,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="年度" prop="year" />
|
|
|
- <el-table-column label="月度/季度" prop="month" />
|
|
|
+ <!-- <el-table-column label="月度/季度" prop="month" /> -->
|
|
|
<el-table-column label="流程状态" prop="stage">
|
|
|
<template #default="scope">
|
|
|
<p class="indicitem" @click="seeStates(scope.row)">{{scope.row.stage}}</p>
|
|
@@ -173,7 +173,7 @@ import startFromList from './monthQuarterYearFrom.vue'
|
|
|
import monthQuarterYearReport from './monthQuarterYearReport.vue'
|
|
|
import btns from '../elbuttonS.vue'
|
|
|
import seachs from '../seachGroup.vue'
|
|
|
-import {apiGetOrgEvaluationList, apiPostOrgEvaSave,apiPostOrgevaluationDelete,apiGetgenerateEvaluateReport,
|
|
|
+import {apiGetOrgEvaluationList, apiPostOrgEvaSave,apiPostOrgevaluationDelete,apiGetgenerateEvaluateReport,apiGetdoAction,
|
|
|
apiGetgenerateUnitYearEvaluation, apiGetdatadictionaryList, apiGetcalculatorcron, apiGetworkflowgetOpinion} from '../../api/api'
|
|
|
export default {
|
|
|
components: {
|