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
10a892f1
authored
2025-06-26 16:54:04 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:28:38 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
c2ad0236
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
src/views/data_meta/components/dictFileds.vue
src/views/data_meta/components/drawer.vue
src/views/data_meta/standard-codetable.vue
src/views/data_meta/standard.vue
src/views/data_meta/components/dictFileds.vue
View file @
10a892f
...
...
@@ -209,7 +209,7 @@ const toolBtnClick = (btn) => {
rowInfo
.
ROWID
=
`upload_
${
tableData
.
value
.
length
}
`
tableData
.
value
.
unshift
(
rowInfo
)
orginData
.
value
.
unshift
(
rowInfo
)
tableInfo
.
value
.
page
.
rows
=
tableData
.
value
.
length
//
tableInfo.value.page.rows = tableData.value.length
saveDisabled
.
value
=
false
// 表格滚动到第一行
let
$tableEl
=
tableEl
.
value
.
tableRef
...
...
src/views/data_meta/components/drawer.vue
0 → 100644
View file @
10a892f
This diff is collapsed.
Click to expand it.
src/views/data_meta/standard-codetable.vue
View file @
10a892f
...
...
@@ -8,7 +8,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
import
{
Search
}
from
'@element-plus/icons-vue'
import
Tree
from
'@/components/Tree/index.vue'
import
Table
from
'@/components/Table/index.vue'
import
Drawer
from
'
@/components/Drawer/index
.vue'
import
Drawer
from
'
./components/drawer
.vue'
import
DictFileds
from
'./components/dictFileds.vue'
import
useCatchStore
from
"@/store/modules/catch"
;
import
{
download
}
from
'@/utils/common'
...
...
@@ -388,7 +388,7 @@ const formTable = ref({
loading
:
false
},
tableTool
:
{
col
:
'float-right'
,
//
col: 'float-right',
visible
:
false
,
btns
:
[
{
label
:
"新增行"
,
value
:
"add-row"
,
type
:
'primary'
},
...
...
src/views/data_meta/standard.vue
View file @
10a892f
...
...
@@ -434,7 +434,7 @@ const viewGraph = () => {
<div
class=
"aside_wrap"
>
<div
class=
"aside_title"
>
元数据标准列表
<el-icon
color=
"#4fa1a4"
@
click=
"openStandardDialog"
>
<el-icon
color=
"#4fa1a4"
@
click=
"openStandardDialog"
style=
"width:2em;height:2em"
>
<CirclePlus
/>
</el-icon>
</div>
...
...
@@ -482,8 +482,8 @@ const viewGraph = () => {
.standard
{
.el-icon
{
cursor
:
pointer
;
width
:
2
em
;
height
:
2
em
width
:
1
em
;
height
:
1
em
}
.el-icon
svg
{
width
:
20px
;
...
...
@@ -524,6 +524,7 @@ const viewGraph = () => {
.tags-list-right
{
position
:
absolute
;
right
:
0
;
top
:
8px
;
}
}
...
...
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