Browse Source

调整日报拆分生产日报表格显示效果

Zimo 1 day ago
parent
commit
c49a8a0f82

+ 2 - 2
src/views/pms/iotrddailyreport/index.vue

@@ -371,7 +371,7 @@ onMounted(() => {
                                 {{ row.reportDetails[0].duration }} H
                               </div>
                             </div>
-
+                            <!--
                             <div class="flex items-center">
                               <div class="font-medium flex-shrink-0">施工详情:</div>
                               <el-tooltip
@@ -386,7 +386,7 @@ onMounted(() => {
                                   {{ row.reportDetails[0].constructionDetail || '-' }}
                                 </span>
                               </el-tooltip>
-                            </div>
+                            </div> -->
                           </div>
                         </el-badge>
                       </template>

+ 2 - 2
src/views/pms/iotrydailyreport/ry-table.vue

@@ -283,7 +283,7 @@ function handleCurrentChange(val: number) {
                             </div>
                           </div>
 
-                          <div class="flex items-center">
+                          <!-- <div class="flex items-center">
                             <div class="font-medium flex-shrink-0">结束井深(m):</div>
                             <span
                               class="font-medium truncate group-hover:text-blue-600 transition-colors"
@@ -321,7 +321,7 @@ function handleCurrentChange(val: number) {
                                 {{ row.reportDetails[0].constructionDetail || '-' }}
                               </span>
                             </el-tooltip>
-                          </div>
+                          </div> -->
                         </div>
                       </el-badge>
                     </template>

+ 2 - 2
src/views/pms/iotrydailyreport/ry-xj-table.vue

@@ -352,7 +352,7 @@ function handleCurrentChange(val: number) {
                             </span>
                           </div> -->
 
-                          <div class="flex items-center">
+                          <!-- <div class="flex items-center">
                             <div class="font-medium flex-shrink-0">工况:</div>
                             <el-tooltip
                               effect="dark"
@@ -382,7 +382,7 @@ function handleCurrentChange(val: number) {
                                 {{ row.reportDetails[0].constructionDetail || '-' }}
                               </span>
                             </el-tooltip>
-                          </div>
+                          </div> -->
                         </div>
                       </el-badge>
                     </template>