浏览代码

修改授课关系表宽

lm 1 周之前
父节点
当前提交
b89c08cc4f

+ 1 - 1
src/views/reviewManagement/stepComponent/teachingRelationshipComponent/TeachingRelationshipComponent.vue

@@ -359,7 +359,7 @@ const GetTeachingRelationshipData = async ()=>{
         return {
           name: item.subjectId,
           label: item.name,
-          width: '140',
+          width: '220',
           custom: true, 
           fixed:'',
           hidden: false,