From 3115fcc80036ec4bfe3a2cd1128c5fdc82a01f42 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 28 四月 2026 16:38:27 +0800
Subject: [PATCH] limsTable表格自适应高度&手动下单调整

---
 src/views/performance/rewardAndPunishment/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/performance/rewardAndPunishment/index.vue b/src/views/performance/rewardAndPunishment/index.vue
index 2d61aaf..a1bfbf6 100644
--- a/src/views/performance/rewardAndPunishment/index.vue
+++ b/src/views/performance/rewardAndPunishment/index.vue
@@ -95,7 +95,7 @@
         }"
         :cell-style="{ textAlign: 'center' }"
         border
-        height="66.5vh"
+        :height="'calc( 100vh - 240px)'"
         style="width: 100%"
       >
         <el-table-column label="搴忓彿" type="index" width="80"></el-table-column>
@@ -219,7 +219,7 @@
             <el-col :span="12">
               <el-form-item label="鍛樺伐濮撳悕" prop="userId">
                 <el-select
-                  :disabled="form.id == null"
+                  :disabled="form.id && form.id+''!==''"
                   v-model="form.userId"
                   placeholder="璇烽�夋嫨鍛樺伐濮撳悕"
                   size="small"
@@ -506,7 +506,6 @@
       const index = this.responsibleOptions.findIndex(
         (item) => item.id === val
       );
-      console.log(val, index);
       if (index > -1) {
         this.form.userName = this.responsibleOptions[index].name;
         this.form.account = this.responsibleOptions[index].account;

--
Gitblit v1.9.3