Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
26e356fc
authored
Feb 28, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
e440b1c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
26e356fc
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
<el-table-column
label=
"操作"
width=
"66"
align=
"center"
>
<el-table-column
label=
"操作"
width=
"66"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<!--待确认-->
<!--待确认-->
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-if=
"scope.row.quote_status == 7"
style=
"background: #ff7e11"
>
确认
</a>
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-if=
"scope.row.quote_status == 7"
style=
"background: #ff7e11"
>
待报价
</a>
<!--已成单-->
<!--已成单-->
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.quote_status == 3"
style=
"background: #aaaaaa"
>
修改
</a>
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.quote_status == 3"
style=
"background: #aaaaaa"
>
修改
</a>
<!--确认中-->
<!--确认中-->
...
...
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