详情
diff --git a/frontend/src/views/teachBusiness/timetableTemplate/index.vue b/frontend/src/views/teachBusiness/timetableTemplate/index.vue
index 157852ef..5d4bad19 100644
--- a/frontend/src/views/teachBusiness/timetableTemplate/index.vue
+++ b/frontend/src/views/teachBusiness/timetableTemplate/index.vue
@@ -50,7 +50,7 @@
{{ fmt(scope.row.gxsj) }}
-
+
编辑
删除
diff --git a/frontend/src/views/teachBusiness/trainingPlan/index.vue b/frontend/src/views/teachBusiness/trainingPlan/index.vue
index 0bb43c6f..3271fd0b 100644
--- a/frontend/src/views/teachBusiness/trainingPlan/index.vue
+++ b/frontend/src/views/teachBusiness/trainingPlan/index.vue
@@ -100,7 +100,7 @@
{{ fmtDateTime(scope.row.tysj) }}
-
+
详情
编辑
diff --git a/frontend/src/views/teachBusiness/venue/index.vue b/frontend/src/views/teachBusiness/venue/index.vue
index 3ebf1f72..4b2fc8d3 100644
--- a/frontend/src/views/teachBusiness/venue/index.vue
+++ b/frontend/src/views/teachBusiness/venue/index.vue
@@ -76,7 +76,7 @@
-
+
编辑
编辑历表
diff --git a/frontend/src/views/teachNotice/index.vue b/frontend/src/views/teachNotice/index.vue
index 4cf91bdf..7dae441c 100644
--- a/frontend/src/views/teachNotice/index.vue
+++ b/frontend/src/views/teachNotice/index.vue
@@ -82,7 +82,7 @@
align="center"
width="300"
fixed="right"
- class-name="small-padding fixed-width action-column"
+ class-name="small-padding fixed-width action-column table-action-column"
>
-
+
编辑
删除
diff --git a/frontend/src/views/teachOffice/shiftSemester/index.vue b/frontend/src/views/teachOffice/shiftSemester/index.vue
index a449c8f5..aa5ef37c 100644
--- a/frontend/src/views/teachOffice/shiftSemester/index.vue
+++ b/frontend/src/views/teachOffice/shiftSemester/index.vue
@@ -120,7 +120,7 @@
-
+
编辑
班历
@@ -533,6 +533,10 @@ export default {
this.tableData = data.records || []
this.total = data.total || 0
this.loading = false
+ // fixed 克隆层在异步数据回填后需要重排,否则行位置与主表错位会透出下层文字
+ this.$nextTick(() => {
+ this.$refs.tableRef && this.$refs.tableRef.doLayout()
+ })
}).catch(() => {
this.tableData = []
this.total = 0
diff --git a/frontend/src/views/teachOffice/subject/index.vue b/frontend/src/views/teachOffice/subject/index.vue
index be4a83e3..fb0684ed 100644
--- a/frontend/src/views/teachOffice/subject/index.vue
+++ b/frontend/src/views/teachOffice/subject/index.vue
@@ -95,7 +95,7 @@
-
+
编辑
删除
diff --git a/frontend/src/views/teachOffice/taskPlan/TaskBookFillDialog.vue b/frontend/src/views/teachOffice/taskPlan/TaskBookFillDialog.vue
index 6e131690..380ca784 100644
--- a/frontend/src/views/teachOffice/taskPlan/TaskBookFillDialog.vue
+++ b/frontend/src/views/teachOffice/taskPlan/TaskBookFillDialog.vue
@@ -105,7 +105,7 @@
{{ row.jysjhjyxm || '-' }}
-
+
指定教员
指定场地
diff --git a/frontend/src/views/teachOffice/taskPlan/index.vue b/frontend/src/views/teachOffice/taskPlan/index.vue
index c768411f..99f0adac 100644
--- a/frontend/src/views/teachOffice/taskPlan/index.vue
+++ b/frontend/src/views/teachOffice/taskPlan/index.vue
@@ -83,7 +83,7 @@
-
+
详情
编辑
diff --git a/frontend/src/views/teachOffice/teacher/index.vue b/frontend/src/views/teachOffice/teacher/index.vue
index 95d2298f..2816a7dd 100644
--- a/frontend/src/views/teachOffice/teacher/index.vue
+++ b/frontend/src/views/teachOffice/teacher/index.vue
@@ -75,7 +75,7 @@
@click="handleCreateAccount(row)">创建账号
-
+
查看属性
编辑
diff --git a/frontend/src/views/textbook/index.vue b/frontend/src/views/textbook/index.vue
index 3cf5572a..8de6e23d 100644
--- a/frontend/src/views/textbook/index.vue
+++ b/frontend/src/views/textbook/index.vue
@@ -91,7 +91,7 @@
{{ row.ty ? '是' : '否' }}
-
+
编辑
删除
@@ -167,7 +167,7 @@
{{ fmtDateTime(row.xgsj) || '-' }}
-
+
详情
编辑
@@ -245,7 +245,7 @@
{{ fmtDateTime(row.hwbwsj) || '-' }}
-
+
详情
编辑