소스 검색

页面调整

chris 3 년 전
부모
커밋
e6c7753ec7
4개의 변경된 파일15개의 추가작업 그리고 4개의 파일을 삭제
  1. 9 1
      src/views/modules/check/product-check.vue
  2. 2 1
      src/views/modules/cus/communicate.vue
  3. 3 2
      src/views/modules/msg-center/approve.vue
  4. 1 0
      src/views/modules/org/org.vue

+ 9 - 1
src/views/modules/check/product-check.vue

@@ -27,7 +27,7 @@
         prop="productName"
         header-align="center"
         align="center"
-        min-width="200"
+        min-width="160"
         :show-tooltip-when-overflow="true"
         label="产品名称">
       </el-table-column>
@@ -43,12 +43,16 @@
         prop="techName"
         header-align="center"
         align="center"
+        width="120"
+        :show-tooltip-when-overflow="true"
         label="工艺名称">
       </el-table-column>
       <el-table-column
         prop="stepName"
         header-align="center"
         align="center"
+        width="100"
+        :show-tooltip-when-overflow="true"
         label="工序号">
       </el-table-column>
       <el-table-column
@@ -61,18 +65,22 @@
         prop="recordsNote"
         header-align="center"
         align="center"
+        width="120"
+        :show-tooltip-when-overflow="true"
         label="记录说明">
       </el-table-column>
       <el-table-column
         prop="operation"
         header-align="center"
         align="center"
+        min-width="120"
         label="检验员">
       </el-table-column>
       <el-table-column
         prop="operationTime"
         header-align="center"
         align="center"
+        min-width="160"
         label="检验时间">
       </el-table-column>
       <el-table-column

+ 2 - 1
src/views/modules/cus/communicate.vue

@@ -46,6 +46,7 @@
         prop="bizManagerName"
         header-align="center"
         align="center"
+        min-width="120"
         label="对接业务员">
       </el-table-column>
       <el-table-column
@@ -59,7 +60,7 @@
         prop="createTime"
         header-align="center"
         align="center"
-        min-width="140"
+        min-width="160"
         :show-tooltip-when-overflow="true"
         label="创建时间">
       </el-table-column>

+ 3 - 2
src/views/modules/msg-center/approve.vue

@@ -60,7 +60,7 @@
         prop="createTime"
         header-align="center"
         align="center"
-        min-width="140"
+        min-width="160"
         :show-overflow-tooltip="true"
         label="申请时间">
       </el-table-column>
@@ -68,7 +68,7 @@
         prop="updateTime"
         header-align="center"
         align="center"
-        min-width="140"
+        min-width="160"
         :show-overflow-tooltip="true"
         label="更新时间">
       </el-table-column>
@@ -104,6 +104,7 @@
         label="处理意见">
       </el-table-column>
       <el-table-column
+        fixed="right"
         header-align="center"
         align="center"
         width="80"

+ 1 - 0
src/views/modules/org/org.vue

@@ -48,6 +48,7 @@
         label="机构ID">
       </el-table-column> -->
       <el-table-column
+        fixed="right"
         header-align="center"
         align="center"
         width="150"