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
1ad30696
Commit
1ad30696
authored
May 30, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://47.122.114.111:9999/qinjianhui/factory_front
into dev
parents
b61a23bf
69e92f1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
components.d.ts
+0
-1
src/views/order/podUs/index.vue
+6
-1
No files found.
components.d.ts
View file @
1ad30696
...
@@ -66,7 +66,6 @@ declare module 'vue' {
...
@@ -66,7 +66,6 @@ declare module 'vue' {
TableView
:
typeof
import
(
'./src/components/TableView.vue'
)[
'default'
]
TableView
:
typeof
import
(
'./src/components/TableView.vue'
)[
'default'
]
UploadExcel
:
typeof
import
(
'./src/components/UploadExcel.vue'
)[
'default'
]
UploadExcel
:
typeof
import
(
'./src/components/UploadExcel.vue'
)[
'default'
]
UploadImage
:
typeof
import
(
'./src/components/UploadImage.vue'
)[
'default'
]
UploadImage
:
typeof
import
(
'./src/components/UploadImage.vue'
)[
'default'
]
VxeTable
:
typeof
import
(
'./src/components/VxeTable.vue'
)[
'default'
]
WangEditor
:
typeof
import
(
'./src/components/WangEditor.vue'
)[
'default'
]
WangEditor
:
typeof
import
(
'./src/components/WangEditor.vue'
)[
'default'
]
}
}
export
interface
ComponentCustomProperties
{
export
interface
ComponentCustomProperties
{
...
...
src/views/order/podUs/index.vue
View file @
1ad30696
...
@@ -543,7 +543,12 @@
...
@@ -543,7 +543,12 @@
<
template
#
operate
=
"{ row
}
"
>
<
template
#
operate
=
"{ row
}
"
>
<
div
class
=
"operate-box"
>
<
div
class
=
"operate-box"
>
<
span
class
=
"operate-item"
>
<
span
class
=
"operate-item"
>
<
ElButton
link
type
=
"primary"
@
click
=
"confirm(row)"
>
<
ElButton
v
-
if
=
"!row.expressSheet && row.status==='TO_BE_CONFIRMED'"
link
type
=
"primary"
@
click
=
"confirm(row)"
>
确认
确认
<
/ElButton
>
<
/ElButton
>
<
ElButton
<
ElButton
...
...
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