Преглед на файлове

月度工分汇总-样式优化

wanglt преди 3 месеца
родител
ревизия
4e71aea6be
променени са 2 файла, в които са добавени 8 реда и са изтрити 10 реда
  1. 4 5
      ygtx-ui/src/views/gxt/monthScore/index.vue
  2. 4 5
      ygtx-ui/src/views/gxt/monthScore/info.vue

+ 4 - 5
ygtx-ui/src/views/gxt/monthScore/index.vue

@@ -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" 

+ 4 - 5
ygtx-ui/src/views/gxt/monthScore/info.vue

@@ -19,7 +19,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;">
             <!-- 维保机型类型统计表格 -->
@@ -43,7 +43,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>
@@ -59,7 +58,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;">
             <!-- 维修工单详情表格 -->
@@ -73,7 +72,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">
@@ -96,7 +95,7 @@
     <!-- 第五个表单:组员考核得分 -->
     <el-card class="card-form" 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"