Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
baf35769
authored
2025-06-27 16:52:09 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
24481e86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/data_meta/dimTableCreateManual.vue
src/views/data_meta/tableCreateManual.vue
src/views/data_meta/dimTableCreateManual.vue
View file @
baf3576
...
...
@@ -637,7 +637,7 @@ const tableSelectFields = computed(() => {
</
script
>
<
template
>
<div
class=
"table_tool_wrap"
v-loading
.
fullscreen
.
lock
=
"fullscreenLoading"
>
<div
class=
"table_tool_wrap"
v-loading=
"fullscreenLoading"
>
<div
class=
"tools_btns"
>
<!--
<el-button
type=
"primary"
:disabled=
"isLook"
@
click=
"saveDraftTable"
v-preReClick
>
保存为草稿
</el-button>
-->
<el-button
type=
"primary"
:disabled=
"isLook"
@
click=
"saveTable"
v-preReClick
>
提交
</el-button>
...
...
src/views/data_meta/tableCreateManual.vue
View file @
baf3576
...
...
@@ -689,7 +689,7 @@ const expandDialogValueChange = (val) => {
</
script
>
<
template
>
<div
class=
"table_tool_wrap"
v-loading
.
fullscreen
.
lock
=
"fullscreenLoading"
>
<div
class=
"table_tool_wrap"
v-loading=
"fullscreenLoading"
>
<div
class=
"tools_btns"
>
<!--
<el-button
type=
"primary"
:disabled=
"isLook"
@
click=
"saveDraftTable"
v-preReClick
>
保存为草稿
</el-button>
-->
<el-button
type=
"primary"
:disabled=
"isLook"
@
click=
"saveTable"
v-preReClick
>
提交
</el-button>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment