Ver Fonte

修改详情弹框 table表头颜色

coys há 1 ano atrás
pai
commit
430fc43495

+ 2 - 2
.env.development

@@ -15,9 +15,9 @@ ENV = 'development'
 #VUE_APP_BASE_API = 'http://10.87.11.94:8080'
 #景远超
 # VUE_APP_BASE_API = 'http://10.87.11.173:8080'
-VUE_APP_BASE_API = 'http://localhost:8080'
+# VUE_APP_BASE_API = 'http://localhost:8080'
 # 55环境
-# VUE_APP_BASE_API = 'http://10.87.21.107:8080'
+VUE_APP_BASE_API = 'http://10.87.21.107:8080'
 # 路由懒加载
 VUE_CLI_BABEL_TRANSPILE_MODULES = true
 

+ 4 - 0
src/views/core/task/dialog.info.vue

@@ -99,6 +99,9 @@
               }}</el-form-item>
             </el-col>
           </el-row> -->
+          <div class="extend_mod">
+
+          
           <el-table
             v-loading="loading"
             :data="formData.taskDataVoList"
@@ -137,6 +140,7 @@
             </el-table-column>
             <el-table-column label="说明" align="center" prop="remark" />
           </el-table>
+        </div>
         </el-form>
       </div>
 

+ 7 - 3
src/views/resumption/protection/dialog.history.vue

@@ -3,7 +3,7 @@
     <DialogCom
       title="布撤防历史"
       :visible.sync="isShow"
-      width="700px"
+      width="1200px"
       @close="close"
     >
       <div class="page-body">
@@ -52,7 +52,8 @@
             >
             </DataRangePicker>
           </div>
-          <el-table :data="tableData" border style="width: 100%">
+          <div class="extend_mod">
+            <el-table :data="tableData" border style="width: 100%">
             <el-table-column
               type="index"
               label="序号"
@@ -83,6 +84,8 @@
               label="登记人"
             ></el-table-column>
           </el-table>
+          </div>
+        
           <div style="margin-top: 20px; text-align: right">
             <pagination
               v-show="total > 0"
@@ -200,7 +203,8 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" >
+
 .device_info {
   .el-form {
     width: 600px;

+ 4 - 0
src/views/resumption/taskManager/dialog.detail.vue

@@ -43,6 +43,9 @@
           dayjs(detail.submitTime).format("YYYY-MM-DD HH:mm")
         }}</el-descriptions-item>
       </el-descriptions>
+      <div class="extend_mod">
+
+      
       <el-table
         size="small"
         :data="tableData"
@@ -140,6 +143,7 @@
           :show-overflow-tooltip="true"
         />
       </el-table>
+    </div>
       <div slot="footer" class="dialog-footer">
         <el-button @click="onHide">关闭</el-button>
       </div>

+ 4 - 0
src/views/safetycheck/task/components/detail.vue

@@ -46,6 +46,9 @@
     </el-descriptions>
 
     <div class="itemDetail">
+      <div class="extend_mod">
+        
+    
       <el-table
         size="small"
         :data="taskInfo.checkList"
@@ -111,6 +114,7 @@
         />
       </el-table>
     </div>
+    </div>
     <div class="dialog-footer">
       <el-button @click="onClose">关闭</el-button>
     </div>

+ 4 - 0
src/views/scorestatistics/pointsDialog.vue

@@ -60,6 +60,9 @@
           </el-col>
         </el-row>
       </el-form> -->
+      <div class="extend_mod">
+
+    
       <el-table
         border
         height="650"
@@ -85,6 +88,7 @@
         </el-table-column>
         <el-table-column label="状态" prop="execStatusText"> </el-table-column>-->
       </el-table>
+    </div>
       <div slot="footer" class="dialog-footer">
         <!-- <el-button type="primary" @click="onSubmit">确定</el-button> -->
         <el-button @click="onHide">关闭</el-button>

+ 7 - 1
src/views/scorestatistics/scorestatisticsDialog.vue

@@ -37,7 +37,8 @@
             >{{ queryParams.orgName }}
           </el-form-item>
         </el-form> -->
-
+        <div class="extend_mod">
+          
         <el-table
           v-loading="loading"
           :data="tableData"
@@ -60,6 +61,7 @@
           </el-table-column>
           <el-table-column prop="levelName" label="安全等级"> </el-table-column>
         </el-table>
+        </div>
         <pagination
           v-show="total > 0"
           :total="total"
@@ -176,6 +178,9 @@
           </el-form-item>
         </el-row>
       </el-form> -->
+      <div class="extend_mod">
+
+      
       <el-table
         border
         height="650"
@@ -204,6 +209,7 @@
         </el-table-column>
         <el-table-column label="扣分" prop="score"> </el-table-column>
       </el-table>
+    </div>
       <div slot="footer" class="dialog-footer">
         <!-- <el-button type="primary" @click="onSubmit">确定</el-button> -->
         <el-button @click="closeHandler">关闭</el-button>