|
|
@@ -84,7 +84,7 @@
|
|
|
<el-col :span="8">
|
|
|
<el-card class="card-form-left" shadow="hover">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span style="font-weight: bold;">本月维保机型类型统计</span>
|
|
|
+ <span style="font-weight: bold;">维保工单统计</span>
|
|
|
</div>
|
|
|
<div class="form-content" style="margin-top: 20px;">
|
|
|
<!-- 维保机型类型统计表格 -->
|
|
|
@@ -108,7 +108,6 @@
|
|
|
<el-button link type="primary" @click="handleWorkOrderClick(scope.row)">{{ scope.row.workOrderProjectNo }}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="model" label="机型"></el-table-column>
|
|
|
<el-table-column prop="leader" label="工作负责人"></el-table-column>
|
|
|
<el-table-column prop="acceptUserName" label="接单人"></el-table-column>
|
|
|
<el-table-column prop="realStartTime" label="停机时间"></el-table-column>
|
|
|
@@ -123,7 +122,7 @@
|
|
|
<el-col :span="8">
|
|
|
<el-card class="card-form-left" shadow="hover">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span style="font-weight: bold;">本月维修工单统计</span>
|
|
|
+ <span style="font-weight: bold;">维修工单统计</span>
|
|
|
</div>
|
|
|
<div class="form-content" style="margin-top: 20px;">
|
|
|
<!-- 维修工单详情表格 -->
|
|
|
@@ -137,7 +136,7 @@
|
|
|
<el-col :span="16">
|
|
|
<el-card class="card-form-right" shadow="hover">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span style="font-weight: bold;">检修工单明细</span>
|
|
|
+ <span style="font-weight: bold;">维修工单明细</span>
|
|
|
</div>
|
|
|
<div class="form-content" style="margin-top: 20px;">
|
|
|
<el-table :data="repairOrderList" style="width: 100%" class="custom-header-table">
|
|
|
@@ -160,7 +159,7 @@
|
|
|
<!-- 第五个表单:组员考核得分 -->
|
|
|
<el-card v-if="!isList" class="card-form" style="margin-bottom: 20px;" shadow="hover">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span v-if="isInfo" style="font-weight: bold;">组员考核得分</span>
|
|
|
+ <span v-if="isInfo" style="font-weight: bold;">员工考核得分</span>
|
|
|
<span v-else style="font-weight: bold;">个人工分汇总</span>
|
|
|
<el-input v-if="isInfo"
|
|
|
v-model="userFilterText"
|