Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
61ce25be
Commit
61ce25be
authored
Jul 16, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(table): `value` show problem in editable cell
修复可编辑单元格的值不能直接通过修改dataSource来更新显示的问题。 fixed: #922
parent
d9d00714
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
EditableCell.vue
...components/Table/src/components/editable/EditableCell.vue
+1
-0
No files found.
CHANGELOG.zh_CN.md
View file @
61ce25be
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
-
修复树形表格的带有展开图标的单元格的内容对齐问题
-
修复树形表格的带有展开图标的单元格的内容对齐问题
-
新增
`headerTop`
插槽
-
新增
`headerTop`
插槽
-
修复操作列的按钮在 disabled 状态下的颜色显示
-
修复操作列的按钮在 disabled 状态下的颜色显示
-
修复可编辑单元格的值不能直接通过修改
`dataSource`
来更新显示的问题
-
**TableAction**
-
**TableAction**
-
仅在
`action.tooltip`
存在的情况下 才创建 Tooltip 组件
-
仅在
`action.tooltip`
存在的情况下 才创建 Tooltip 组件
-
修复组件内的圆形按钮内容没有居中的问题
-
修复组件内的圆形按钮内容没有居中的问题
...
...
src/components/Table/src/components/editable/EditableCell.vue
View file @
61ce25be
...
@@ -154,6 +154,7 @@
...
@@ -154,6 +154,7 @@
watchEffect
(()
=>
{
watchEffect
(()
=>
{
defaultValueRef
.
value
=
props
.
value
;
defaultValueRef
.
value
=
props
.
value
;
currentValueRef
.
value
=
props
.
value
;
});
});
watchEffect
(()
=>
{
watchEffect
(()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment