Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_web
Commits
8c574432
Commit
8c574432
authored
Mar 04, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消订单作废按钮
parent
501bef9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
index.vue
src/views/system/order/index.vue
+11
-11
No files found.
src/views/system/order/index.vue
View file @
8c574432
...
...
@@ -183,17 +183,17 @@
v-hasPermi=
"['system:order:export']"
>
导出
</el-button>
</el-col>
<
el-col
:span=
"1.5"
>
<el-button
type=
"info"
plain
icon=
"el-icon-close"
size=
"mini"
:disabled=
"single"
@
click=
"onRepeal"
v-hasPermi=
"['system:order:modify']"
>
作废
</el-button
>
<
/el-col
>
<
!--
<el-col
:span=
"1.5"
>
--
>
<!--
<el-button-->
<!-- type="info"-->
<!-- plain-->
<!-- icon="el-icon-close"-->
<!-- size="mini"-->
<!-- :disabled="single"-->
<!-- @click="onRepeal"-->
<!-- v-hasPermi="['system:order:modify']"-->
<!-- >作废
</el-button>
--
>
<
!--
</el-col>
--
>
<div
style=
"display: flex;flex-direction: row;"
>
<el-button
type=
"primary"
size=
"mini"
disabled
><span>
订单总数:
{{
total
}}
</span></el-button>
<el-button
type=
"primary"
size=
"mini"
disabled
><span>
订单总价:
{{
totalPrice
}}
</span></el-button>
...
...
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