Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
3742f158
Commit
3742f158
authored
Jun 03, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改vxetable组件
parent
14e699f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
src/components/VxeTable.tsx
+0
-1
src/views/logistics/logisticsPartition.vue
+3
-9
No files found.
src/components/VxeTable.tsx
View file @
3742f158
...
...
@@ -149,7 +149,6 @@ export default defineComponent({
field=
{
item
.
prop
}
title=
{
item
.
label
}
{
...
item
.
attrs
}
edit
-
render=
{
{}
}
>
{
{
...(()
=>
{
...
...
src/views/logistics/logisticsPartition.vue
View file @
3742f158
...
...
@@ -232,14 +232,6 @@ async function getList(data?: {
{
prop
:
'zoneName'
,
label
:
'分区'
,
render
:
{
edit
:
({
row
}:
{
row
:
{
zoneName
:
string
}
})
=>
{
return
<
span
>
{
row
.
zoneName
}
<
/span
>
},
default
:
({
row
}:
{
row
:
{
zoneName
:
string
}
})
=>
{
return
<
span
>
{
row
.
zoneName
}
<
/span
>
},
},
},
]
const
newConfig
=
[]
...
...
@@ -249,7 +241,9 @@ async function getList(data?: {
newConfig
.
push
({
prop
:
key
,
label
:
key
,
attrs
:
{
'edit-render'
:
{},
},
render
:
{
edit
:
({
row
,
...
...
Write
Preview
Markdown
is supported
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