diff --git a/src/views/modules/book/book.vue b/src/views/modules/book/book.vue
index 6631a78..ccbdaf5 100644
--- a/src/views/modules/book/book.vue
+++ b/src/views/modules/book/book.vue
@@ -11,15 +11,15 @@
- 查询
+ 查询
新增
-
-
+
@@ -66,7 +66,7 @@
-->
- {{scope.row.chapterStatus}}
+ {{scope.row.chapterStatus}}
{{scope.row.chapterStatus}}
{{scope.row.chapterStatus}}
{{scope.row.chapterStatus}}
@@ -74,7 +74,7 @@
- {{scope.row.contentStatus}}
+ {{scope.row.contentStatus}}
{{scope.row.contentStatus}}
{{scope.row.contentStatus}}
{{scope.row.contentStatus}}
@@ -82,7 +82,7 @@
- {{scope.row.voicesStatus}}
+ {{scope.row.voicesStatus}}
{{scope.row.voicesStatus}}
{{scope.row.voicesStatus}}
{{scope.row.voicesStatus}}
@@ -137,12 +137,12 @@
章节管理
-
+
讲书管理
-
+
医案管理
@@ -303,13 +303,13 @@ export default {
})
console.log(event)
},
- chapterHandle(id, row) {
- if (row.novel == '') {
+ chapterHandle(id, row) {
+ if (row.novel == '') {
this.$alert('请上传电子书文件后在进行此操作', '提示', {
- confirmButtonText: '好的',
+ confirmButtonText: '好的',
});
return false
- }
+ }
this.$http({
url: this.$http.adornUrl('/book/book/getChapter'),
method: 'get',
diff --git a/src/views/modules/book/yian-add-or-update.vue b/src/views/modules/book/yian-add-or-update.vue
index 93e3bd4..c3483fd 100644
--- a/src/views/modules/book/yian-add-or-update.vue
+++ b/src/views/modules/book/yian-add-or-update.vue
@@ -11,7 +11,7 @@
-->
-
+
@@ -28,14 +28,15 @@
-->
-
+
+ @blur="onEditorBlur($event)" @focus="onEditorFocus($event)" @ready="onEditorReady($event)"
+ class="shangpin_editor">
@@ -46,45 +47,77 @@
取消
确定
-
+