From bd73b450b86d4db3cd0b94263df6ec645776dac5 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期五, 15 四月 2022 09:35:11 +0800
Subject: [PATCH] 劳动关系

---
 src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
index 676fa35..40a2c41 100644
--- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
+++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
@@ -7,28 +7,35 @@
         style="width: 100%">
         <el-table-column
           prop="year"
-          label="骞翠唤">
+          label="骞翠唤" min-width="80">
         </el-table-column>
         <el-table-column
           label="鍥芥皯浜哄潎鍙敮閰嶆敹鍏�">
           <el-table-column
             prop="shouru"
             label="鏀跺叆(鍏�)"
+            min-width="80"
           >
           </el-table-column>
           <el-table-column
             prop="quanshengpaiwei"
             label="鍏ㄧ渷鎺掑悕"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="zengzhang"
             label="澧為暱"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="quanshengpaiwei1"
             label="鍏ㄧ渷鎺掍綅"
+            min-width="80"
+
           >
           </el-table-column>
         </el-table-column>
@@ -36,21 +43,29 @@
           <el-table-column
             prop="shouru1"
             label="鏀跺叆(鍏�)"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="quanshengpaiwei2"
             label="鍏ㄧ渷鎺掍綅"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="zengzhang1"
             label="澧為暱"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="quanshengpaiwei3"
             label="鍏ㄧ渷鎺掍綅"
+            min-width="80"
+
           >
           </el-table-column>
         </el-table-column>
@@ -58,21 +73,27 @@
           <el-table-column
             prop="shouru2"
             label="鏀跺叆(鍏�)"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="quashengpaiwei4"
             label="鍏ㄧ渷鎺掍綅"
+            min-width="80"
+
           >
           </el-table-column>
           <el-table-column
             prop="zengzhang2"
             label="澧為暱 "
+            min-width="80"
           >
           </el-table-column>
           <el-table-column
             prop="quanshengpaiwei5"
             label="鍏ㄧ渷鎺掍綅"
+            min-width="80"
           >
           </el-table-column>
         </el-table-column>
@@ -366,6 +387,7 @@
   //);
 
   .OtherB-PeopleJunShouRu__table {
+    width:100%;
     margin-top: 0.078125rem /* 20/256 */
   ;
 

--
Gitblit v1.9.1