@@ -143,7 +143,7 @@
{{item.db_field_txt}}
-
@@ -329,16 +329,16 @@ import UploadFile from '@/components/UploadFile'
import StandardSelection from '@/components/selection/StandardSelection'
import SplitUpload from '@/components/splitUpload/SplitUpload'
import UEditor from '@/components/uEditor/UEditor'
-import moment from 'moment'
import axios from 'axios'
-import { getAction, postAction } from '@/api/manage'
+import { getAction } from '@/api/manage'
import { ACCESS_TOKEN } from '@/store/mutation-types'
+import Vue from 'vue'
export default {
name: 'SplitAddForm',
components: {
- uploadFile,
- Standardselection,
+ UploadFile,
+ StandardSelection,
SplitUpload,
UEditor
},
@@ -726,7 +726,7 @@ export default {
this.$message.warning(this.$t('oneTableAdded'))
} else if (!ueContent || ueContent.length < 1) {
this.$message.warning(this.$t('addATable'))
- } if (ueContent && ueContent.length == 1) {
+ } if (ueContent && ueContent.length === 1) {
this.tableVisible = false
if (this.isTableEdit) {
this.contentList[this.addIndex] = {
diff --git a/src/views/documentTool/modules/SplitDetail.vue b/src/views/documentTool/modules/SplitDetail.vue
index f0782048..3f098e2c 100644
--- a/src/views/documentTool/modules/SplitDetail.vue
+++ b/src/views/documentTool/modules/SplitDetail.vue
@@ -1,215 +1,211 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
{{ title.substr(0, title.indexOf(searchValue)) }}{{ searchValue }}
{{ title.substr(title.indexOf(searchValue) + searchValue.length) }}
-
+
{{ title && title.length > 18 ? title.slice(0, 17) + '...' : title }}
-
+
{{ title.substr(0, title.indexOf(searchValue)) }}
{{ title.indexOf(searchValue) + searchValue.length > 18 ? searchValue.substr(0, 18 - title.indexOf(searchValue)) : searchValue
- }}{{ title.indexOf(searchValue) + searchValue.length > 18 ? '...' : title.substr(title.indexOf(searchValue) + searchValue.length, 18 - title.indexOf(searchValue) - searchValue.length) + '...'
- }}
+ }}{{ title.indexOf(searchValue) + searchValue.length > 18 ? '...' : title.substr(title.indexOf(searchValue) + searchValue.length, 18 - title.indexOf(searchValue) - searchValue.length) + '...'
+ }}
-
+
{{ title && title.length > 18 ? title.slice(0, 17) + '...' : title }}
-
- onContextMenuClick(treeKey, menuKey, record)">
-
- {{ $t('newNode') }}
-
-
- {{ $t('modifyNode') }}
-
- {{ $t('deleteNode') }}
-
- {{ $t('moveUp') }}
-
- {{ $t('moveDown') }}
-
-
-
-
+
+ onContextMenuClick(treeKey, menuKey, record)">
+
+ {{ $t('newNode') }}
+
+
+ {{ $t('modifyNode') }}
+
+ {{ $t('deleteNode') }}
+
+ {{ $t('moveUp') }}
+
+ {{ $t('moveDown') }}
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ (uploadMenuId === '' || uploadMenuId === undefined) ? $t('import') : '' }}
-
-
-
-
-
- {{ $t('templateDownload') }}
-
-
-
- {{ $t('docTool.split.mergerClause') }}
-
-
-
- {{ $t('docTool.split.batchSetting') }}
-
-
-
- {{ $t('batchDelete') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+ {{ $t('add') }}
+
+
+
+ {{ (uploadMenuId === '' || uploadMenuId === undefined) ? $t('import') : '' }}
+
+
+
+
+
+ {{ $t('templateDownload') }}
+
+
+
+ {{ $t('docTool.split.mergerClause') }}
+
+
+
+ {{ $t('docTool.split.batchSetting') }}
+
+
+
+ {{ $t('batchDelete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+