Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-08-01 17:09:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6682f6a884ffc0be5d8e8f9dd9ad6b773b89a4b
a6682f6a
1 parent
f99623b6
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/TEditor/index.vue
src/components/TableField/index.vue
src/components/TEditor/index.vue
View file @
a6682f6
<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-01 17:0
0:57
* @LastEditTime: 2024-08-01 17:0
7:24
* @FilePath: /data-table/src/components/TEditor/index.vue
* @Description: 文件描述
-->
...
...
@@ -236,7 +236,7 @@ const tinymceOptions = {
// document.getElementById(editor.id).click();
// });
// 初始化实例
tinymce.activeEditor.setContent(props.table_html);
handleSetContent(props.table_html)
},
}
...
...
src/components/TableField/index.vue
View file @
a6682f6
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-01 1
6:50:57
* @LastEditTime: 2024-08-01 1
7:08:10
* @FilePath: /data-table/src/components/TableField/index.vue
* @Description: 文件描述
-->
...
...
@@ -60,7 +60,7 @@ onMounted(() => {
table_html.value = props.item.component_props.default;
//
props.item.value = {
key: "table",
key: "table
_editor
",
filed_name: props.item.key,
value: props.item.component_props.default,
};
...
...
Please
register
or
login
to post a comment