Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaode-admin-fe
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
0
Merge Requests
0
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
侯明涛
xiaode-admin-fe
Commits
a29cd14d
Commit
a29cd14d
authored
Aug 19, 2024
by
HoMeTown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: commit
parent
89492153
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
components.d.ts
+0
-4
src/views/doc-set-ma/index.vue
+1
-1
src/views/product-ma/index.vue
+2
-2
No files found.
components.d.ts
View file @
a29cd14d
...
@@ -14,10 +14,6 @@ declare module 'vue' {
...
@@ -14,10 +14,6 @@ declare module 'vue' {
IconAntDesignEnterOutlined
:
typeof
import
(
'~icons/ant-design/enter-outlined'
)[
'default'
]
IconAntDesignEnterOutlined
:
typeof
import
(
'~icons/ant-design/enter-outlined'
)[
'default'
]
IconAntDesignSettingOutlined
:
typeof
import
(
'~icons/ant-design/setting-outlined'
)[
'default'
]
IconAntDesignSettingOutlined
:
typeof
import
(
'~icons/ant-design/setting-outlined'
)[
'default'
]
IconCustomAvatar
:
typeof
import
(
'~icons/custom/avatar'
)[
'default'
]
IconCustomAvatar
:
typeof
import
(
'~icons/custom/avatar'
)[
'default'
]
IconCustomEmptyData
:
typeof
import
(
'~icons/custom/empty-data'
)[
'default'
]
IconCustomNoPermission
:
typeof
import
(
'~icons/custom/no-permission'
)[
'default'
]
IconCustomNotFound
:
typeof
import
(
'~icons/custom/not-found'
)[
'default'
]
IconCustomServiceError
:
typeof
import
(
'~icons/custom/service-error'
)[
'default'
]
IconGridiconsFullscreen
:
typeof
import
(
'~icons/gridicons/fullscreen'
)[
'default'
]
IconGridiconsFullscreen
:
typeof
import
(
'~icons/gridicons/fullscreen'
)[
'default'
]
IconGridiconsFullscreenExit
:
typeof
import
(
'~icons/gridicons/fullscreen-exit'
)[
'default'
]
IconGridiconsFullscreenExit
:
typeof
import
(
'~icons/gridicons/fullscreen-exit'
)[
'default'
]
IconIcOutlineCheck
:
typeof
import
(
'~icons/ic/outline-check'
)[
'default'
]
IconIcOutlineCheck
:
typeof
import
(
'~icons/ic/outline-check'
)[
'default'
]
...
...
src/views/doc-set-ma/index.vue
View file @
a29cd14d
...
@@ -474,7 +474,7 @@ onBeforeRouteLeave((to, from, next) => {
...
@@ -474,7 +474,7 @@ onBeforeRouteLeave((to, from, next) => {
<n-button
v-if=
"row.docStatus === '00' || row.docStatus === '03'"
strong
text
type=
"info"
<n-button
v-if=
"row.docStatus === '00' || row.docStatus === '03'"
strong
text
type=
"info"
@
click=
"onDeleteProductDoc(row)"
>
删除
</n-button>
@
click=
"onDeleteProductDoc(row)"
>
删除
</n-button>
<n-button
@
click=
"onPreDoc(row)"
v-if=
"row.docStatus !== '00' && row.docStatus !== '03'"
strong
text
<n-button
@
click=
"onPreDoc(row)"
v-if=
"row.docStatus !== '00' && row.docStatus !== '03'"
strong
text
type=
"info"
>
预览文档
</n-button>
type=
"info"
>
详情
</n-button>
<n-button
@
click=
"onAuditDoc(row)"
v-if=
"row.docStatus === '01'"
strong
text
type=
"info"
>
审核
</n-button>
<n-button
@
click=
"onAuditDoc(row)"
v-if=
"row.docStatus === '01'"
strong
text
type=
"info"
>
审核
</n-button>
<n-button
@
click=
"onBackOffDoc(row)"
v-if=
"row.analyzeStatus && row.analyzeStatus === '02'"
strong
text
<n-button
@
click=
"onBackOffDoc(row)"
v-if=
"row.analyzeStatus && row.analyzeStatus === '02'"
strong
text
type=
"info"
>
撤回解析
</n-button>
type=
"info"
>
撤回解析
</n-button>
...
...
src/views/product-ma/index.vue
View file @
a29cd14d
...
@@ -406,7 +406,7 @@ function onEditDoc(data: any) {
...
@@ -406,7 +406,7 @@ function onEditDoc(data: any) {
}
}
function
onPreDoc
(
data
:
any
)
{
function
onPreDoc
(
data
:
any
)
{
operateType
.
value
=
'preview'
operateType
.
value
=
'preview'
operateTitle
.
value
=
'
预览文档
'
operateTitle
.
value
=
'
详情
'
addDocForm
.
value
=
{
addDocForm
.
value
=
{
...
data
...
data
}
}
...
@@ -702,7 +702,7 @@ onMounted(() => {
...
@@ -702,7 +702,7 @@ onMounted(() => {
<n-button
v-if=
"row.docStatus === '00' || row.docStatus === '03'"
strong
text
type=
"info"
<n-button
v-if=
"row.docStatus === '00' || row.docStatus === '03'"
strong
text
type=
"info"
@
click=
"onDeleteProductDoc(row)"
>
删除
</n-button>
@
click=
"onDeleteProductDoc(row)"
>
删除
</n-button>
<n-button
@
click=
"onPreDoc(row)"
v-if=
"row.docStatus !== '00' && row.docStatus !== '03'"
strong
<n-button
@
click=
"onPreDoc(row)"
v-if=
"row.docStatus !== '00' && row.docStatus !== '03'"
strong
text
type=
"info"
>
预览文档
</n-button>
text
type=
"info"
>
详情
</n-button>
<n-button
@
click=
"onAuditDoc(row)"
v-if=
"row.docStatus === '01'"
strong
text
<n-button
@
click=
"onAuditDoc(row)"
v-if=
"row.docStatus === '01'"
strong
text
type=
"info"
>
审核
</n-button>
type=
"info"
>
审核
</n-button>
<n-button
@
click=
"onBackOffDoc(row)"
v-if=
"row.analyzeStatus && row.analyzeStatus === '02'"
<n-button
@
click=
"onBackOffDoc(row)"
v-if=
"row.analyzeStatus && row.analyzeStatus === '02'"
...
...
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