Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Diboot
Commits
dfd328ab
Commit
dfd328ab
authored
2 years ago
by
wind
Browse files
Options
Download
Email Patches
Plain Diff
* 优化TS类型检查
parent
d7d84471
dev-feature
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
diboot-admin-ui/mock/system/file-record.ts
+1
-1
diboot-admin-ui/mock/system/file-record.ts
diboot-admin-ui/src/components/di/List.vue
+1
-1
diboot-admin-ui/src/components/di/List.vue
with
2 additions
and
2 deletions
+2
-2
diboot-admin-ui/mock/system/file-record.ts
+
1
-
1
View file @
dfd328ab
...
...
@@ -6,7 +6,7 @@ export const dataList: FileRecord[] = [
id
:
'
037d8cbdd45f4cfa9844942eeb95504c
'
,
fileName
:
'
logo.png
'
,
fileType
:
'
png
'
,
fileSize
:
'
1908530
'
,
fileSize
Label
:
'
1.9 MB
'
,
accessUrl
:
'
/file/037d8cbdd45f4cfa9844942eeb95504c.png
'
,
createByName
:
'
DIBOOT
'
,
createTime
:
'
2022-07-18 13:51:59
'
...
...
This diff is collapsed.
Click to expand it.
diboot-admin-ui/src/components/di/List.vue
+
1
-
1
View file @
dfd328ab
...
...
@@ -145,7 +145,7 @@ const multiple = inject<boolean | undefined>(
<excel-import
v-if=
"operation?.importData && importPermission"
:excel-base-api=
"`$
{baseApi}/excel`"
:attach="relatedKey ? () => ({ [relatedKey]: parent }) : undefined"
:attach="relatedKey ? () => ({ [
`${
relatedKey
}`
]: parent }) : undefined"
@complete="onSearch"
/>
<el-space>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help