Q-ABAB 2 rokov pred
rodič
commit
5e46954feb

+ 1 - 1
src/views/activityManage/makerActvityDetails.vue

@@ -151,7 +151,7 @@
                   <template #default="scope">
                       <div class="operations">
                           <!-- <el-button type="primary" > -->
-                              <el-button type="primary" size="mini" @click="updateTeacher(scope.row.Id)" style="font-size: 14px;">修改</el-button>
+                              <el-button type="primary" size="mini" @click="updateTeacher(scope.row.Id,scope.$index)" style="font-size: 14px;">修改</el-button>
                               <el-button type="primary" size="mini" style="font-size: 14px;" @click="DeleteS(scope.row)">删除</el-button>
                           <!-- </el-button> -->
                       </div>

+ 1 - 2
src/views/projectApply/projectApplication.vue

@@ -81,8 +81,7 @@
         :data="tableData"
         tooltip-effect="dark"
         stripe
-        class="fontSize core_dialogue"
-        style="height: 481px;overflow: auto;"
+        class="fontSize"
         :header-cell-style="{ background: '#f2f2f2',color:'#000' }"
         @selection-change="handleSelectionChange">
         <!-- selection-change批量选择功能后续可能用到 -->