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
2022-11-29 13:22:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
542e205766b01d58adc92c930ef409ccc4dcfd8f
542e2057
1 parent
3d6b4d00
新增默认值绑定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
542e205
...
...
@@ -78,7 +78,7 @@ const formatData = (data) => {
// 绑定组件名称标识
const temp = {
key: field.field_name,
value: "",
value:
component_props.default ? component_props.default :
"",
component: field.component_code,
component_props,
};
...
...
Please
register
or
login
to post a comment