+
-
-
-
-
- 新增
- 导出
- 导入
-
-
-
-
-
- 删除
-
-
-
- 批量操作
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 无文件
- 下载
-
-
-
+
+
+
+
+ {{item.title}}
+ 类型:{{item.zyType_dictText}}
+ 开始时间:{{item.startTime}}
+ 结束时间:{{item.endTime}}
+ 状态:{{item.zyStatus_dictText}}
+ 学年学期:{{item.xnxq}}
+
+ 编辑
+ 发布
+ 详情
+ 作业信息
+ 上传
+
+
+
+
+
+
+
+
+
+
+
+
@@ -247,4 +240,9 @@
text-align: center
}
}
+ .ellipsis {
+ overflow: hidden; /* 确保超出容器的内容被裁剪 */
+ white-space: nowrap; /* 确保文本在一行内显示 */
+ text-overflow: ellipsis; /* 超出部分显示省略号 */
+}
diff --git a/src/views/zy/zyInfo/components/ZyInfoForm.vue b/src/views/zy/zyInfo/components/ZyInfoForm.vue
index 2d9bba0..20584b2 100644
--- a/src/views/zy/zyInfo/components/ZyInfoForm.vue
+++ b/src/views/zy/zyInfo/components/ZyInfoForm.vue
@@ -14,7 +14,7 @@
-
+
@@ -63,14 +63,19 @@
+
+