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
7bc0c5be
authored
2025-06-27 17:18:52 +0800
by
fanguang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://117.78.60.236:8000/csbr-daop/fe-data-asset-management
into develop
2 parents
38a56aaf
68c69fc5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/data_meta/dimTableCreateManual.vue
src/views/data_meta/tableCreateManual.vue
src/views/data_meta/dimTableCreateManual.vue
View file @
7bc0c5b
...
...
@@ -110,9 +110,9 @@ onBeforeMount(() => {
getCharacterListData
();
if
(
route
.
query
.
metaStandard
)
{
tableCreateInfo
.
value
.
tableData
[
0
].
chName
=
route
.
query
.
standardName
;
tableCreateInfo
Loading
.
value
=
true
;
fullscreen
Loading
.
value
=
true
;
getMetaStandardDsField
(
route
.
query
.
metaStandard
).
then
((
res
:
any
)
=>
{
tableCreateInfo
Loading
.
value
=
false
;
fullscreen
Loading
.
value
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableCreateInfo
.
value
.
tableFields
=
res
.
data
?.
map
((
d
,
i
)
=>
{
d
.
orderNum
=
i
;
...
...
@@ -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 @
7bc0c5b
...
...
@@ -112,9 +112,9 @@ onBeforeMount(() => {
getCharacterListData
();
if
(
route
.
query
.
metaStandard
)
{
tableCreateInfo
.
value
.
tableData
[
0
].
chName
=
route
.
query
.
standardName
;
tableCreateInfo
Loading
.
value
=
true
;
fullscreen
Loading
.
value
=
true
;
getMetaStandardDsField
(
route
.
query
.
metaStandard
).
then
((
res
:
any
)
=>
{
tableCreateInfo
Loading
.
value
=
false
;
fullscreen
Loading
.
value
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableCreateInfo
.
value
.
tableFields
=
res
.
data
?.
map
((
d
,
i
)
=>
{
d
.
orderNum
=
i
;
...
...
@@ -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