Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
68fdf0fc
Commit
68fdf0fc
authored
Nov 11, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化帮助文档显示
parent
2ac977d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
help.vue
src/views/order/scripts/help.vue
+9
-7
No files found.
src/views/order/scripts/help.vue
View file @
68fdf0fc
...
@@ -7,8 +7,10 @@
...
@@ -7,8 +7,10 @@
<li
class=
"pl-2"
v-for=
"(item, index) in scriptsDesc"
:key=
"index"
>
<li
class=
"pl-2"
v-for=
"(item, index) in scriptsDesc"
:key=
"index"
>
<span
class=
"font-bold text-sm"
>
{{
item
.
scriptName
}}
:
</span
<span
class=
"font-bold text-sm"
>
{{
item
.
scriptName
}}
:
</span
><span
class=
"text-gray-500"
>
{{
item
.
scriptDesc
}}
</span>
><span
class=
"text-gray-500"
>
{{
item
.
scriptDesc
}}
</span>
<template
v-if=
"item?.example"
>
<p
class=
"text-gray-500"
>
示例:
</p>
<p
class=
"text-gray-500"
>
示例:
</p>
<div
class=
"bg-[#1e293b] p-2 text-white rounded"
>
{{
item
.
example
}}
</div>
<div
class=
"bg-[#1e293b] p-2 text-white rounded"
>
{{
item
.
example
}}
</div>
</
template
>
</li>
</li>
</ol>
</ol>
</div>
</div>
...
@@ -31,11 +33,11 @@
...
@@ -31,11 +33,11 @@
</template>
</template>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
import
{
ref
,
onMounted
}
from
'vue'
;
import
{
ref
,
onMounted
}
from
'vue'
import
{
apiGetScriptDesc
,
apiOrderVarGetVarField
}
from
'@/api/common'
import
{
apiGetScriptDesc
,
apiOrderVarGetVarField
}
from
'@/api/common'
const
scriptsDesc
=
ref
([])
;
const
scriptsDesc
=
ref
([])
const
orderVars
=
ref
([])
;
const
orderVars
=
ref
([])
const
onQueryVar
=
async
()
=>
{
const
onQueryVar
=
async
()
=>
{
const
{
data
}
=
await
apiOrderVarGetVarField
()
const
{
data
}
=
await
apiOrderVarGetVarField
()
...
...
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