This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
adm
Watch
21
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
outline 字段固定不显示
haojianlong
4 years ago
parent
1f62924ffe
commit
8d5374caef
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
src/utils/handsontable/fillterField.js
+ 3
- 1
src/utils/handsontable/fillterField.js
View File
@@ -27,7 +27,9 @@ const data = {
onlyRead: [
"outline"
],
- edit: []
+ edit: [
+ "outline"
+ ]
}
}