Kaynağa Gözat

first commit

liuhairui 8 ay önce
ebeveyn
işleme
0e5dc1a11d

+ 4 - 28
src/view/performance/QualityAssessment/QuestionClassification.vue

@@ -25,27 +25,13 @@
                         @row-click="tableRowClick" :show-overflow-tooltip="true"
                         @selection-change="handleSelectionChange">
                <el-table-column  sortable align="center" label="问题类型" prop="问题类型"  width="220" />
-               <!-- <el-table-column  sortable align="center" label="建档日期" prop="Sys_rq"  width="130" /> -->
-               <!-- <el-table-column  sortable align="center" label="删除日期" prop="mod_rq"  width="130" />
-               <el-table-column  sortable align="center" label="更新日期" prop="update_time"  width="130" /> -->
                <el-table-column  sortable align="center" label="归属" prop="classification"  width="130" />
-               <!-- <el-table-column prop="status" label="状态" align="center" width="130" sortable>
-                    <template #default="{ row }">
-                        <el-tag :type="row.status === '1' ? 'success' : 'danger'">
-                            {{ row.status === '1' ? '正常' : '异常' }}
-                        </el-tag>
-                    </template>
-                </el-table-column> -->
-                <el-table-column fixed="right" label="操作" width="200">
+                <el-table-column align="center" label="操作" width="100">
               <template #default="{ row, $index }">
-                <!-- <el-button @click="Class_change(row,$index)" type="primary" size="small" 
-                  style="font-size: 16px;padding: 0px;width: 90px;height: 25px;">
-                  更改状态
-                </el-button> -->
                 <el-button @click="record_deleteRow(row,$index)" type="danger" size="small" 
-				                 style="font-size: 16px;padding: 0px;width: 60px;background-color: red;">
+					 style="font-size: 16px;padding: 0px;width: 60px;background-color: red;">
 				        删除
-				      </el-button>
+				  </el-button>
               </template>
               </el-table-column>
               </el-table>
@@ -77,8 +63,6 @@
                   </el-form-item>
                 </el-col>
               </el-row>
-        
-        
             </el-form>
         
             <template #footer>
@@ -87,9 +71,8 @@
                 <el-button type="primary" @click="add_QuestionenterDialog">确定</el-button>
               </div>
             </template>
-            
           </el-dialog>
-            
+		  
           </el-main>
         </layout-content>
         </layout>
@@ -222,11 +205,6 @@
     page.value = val;
     _getStaffList();
   };
-
-  
-
-  
-  
   
   </script>
   
@@ -235,12 +213,10 @@
     display: flex;
     flex-wrap: wrap;
   }
-  
   .form-column {
     /*flex: 1;*/
     margin-right: 15px; /* 调整列之间的间距 */
   }
-  
   /* 左侧输入框宽度调整 */
   .form-column .el-form-item .el-input {
     width: 150px; /* 调整左侧输入框的宽度 */