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
42a05859
Commit
42a05859
authored
May 27, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: optimize
parent
e6229f0a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
0 deletions
+52
-0
src/views/order/factoryOrderNew/functions/RenderFunctions.vue
+14
-0
src/views/order/factoryOrderNew/functions/xxStatusFunctions.tsx
+16
-0
src/views/order/factoryOrderNew/functions/xxx.tsx
+12
-0
src/views/order/factoryOrderNew/functions/yyyStatusFunctions.ts
+10
-0
No files found.
src/views/order/factoryOrderNew/functions/RenderFunctions.vue
0 → 100644
View file @
42a05859
<
script
lang=
"tsx"
setup
>
const
props
=
defineProps
({
content
:
{
type
:
null
,
},
})
const
render
=
()
=>
{
return
props
.
content
}
</
script
>
<
template
>
<render
/>
</
template
>
src/views/order/factoryOrderNew/functions/xxStatusFunctions.tsx
0 → 100644
View file @
42a05859
// import xxx from './xxx'
// const yyy = xxx
// export default [xxx, yyy]
export
default
(
deps
)
=>
{
return
<>
{
xxx
(
deps
)
}
<
div
style
>
{
yyy
(
deps
)
}
</
div
>
</>
}
src/views/order/factoryOrderNew/functions/xxx.tsx
0 → 100644
View file @
42a05859
export
default
({
xxxref
})
=>
{
const
handleClick
=
()
=>
{
// ....
}
return
(
<>
<
button
onClick=
{
handleClick
}
>
刷新订单状态
</
button
>
<
dialog
/>
</>
)
}
src/views/order/factoryOrderNew/functions/yyyStatusFunctions.ts
0 → 100644
View file @
42a05859
export
default
(
status
)
=>
{
const
fns
=
[
xxx
,
yyy
]
if
(
status
====
'x'
)
{
fns
.
push
(
zzz
)
}
return
fns
}
\ No newline at end of file
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