Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
f212466e
Commit
f212466e
authored
Nov 23, 2022
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtx 详情页面路由
parent
928f3714
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/Statics/Dbigtx/index.vue
+3
-3
Infsea.vue
src/views/Statics/Infgtx/Infsea.vue
+3
-3
No files found.
src/views/Statics/Dbigtx/index.vue
View file @
f212466e
...
...
@@ -14,7 +14,7 @@
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<el-tab-pane
label=
"基本信息"
name=
"gtx"
>
<c-content>
<
!--
<m-pty-info
:model=
"model"
/>
--
>
<
m-gtx-info
:model=
"model"
/
>
</c-content>
</el-tab-pane>
</c-tabs>
...
...
@@ -51,7 +51,7 @@
import
Utils
from
"~/utils"
;
import
Gtx
,
{
Pattern
}
from
"./Gtx.js"
;
// import PtyInfo from "./Pty
Info.vue";
import
GtxInfo
from
"./Gtx
Info.vue"
;
// import AdrList from "./AdrList.vue";
// import ActInfo from "./ActInfo.vue";
// import PtcInfo from "./PtcInfo.vue";
...
...
@@ -62,7 +62,7 @@ import { queryDetailById, add, edit, deleteById } from "~/service/test/pty.js";
export
default
{
name
:
"StaticsDbigtx"
,
components
:
{
// "m-pty-info": Pty
Info,
"m-gtx-info"
:
Gtx
Info
,
// "m-adr-list": AdrList,
// "m-act-info": ActInfo,
// "m-ptc-info": PtcInfo,
...
...
src/views/Statics/Infgtx/Infsea.vue
View file @
f212466e
...
...
@@ -223,20 +223,20 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"
pty
Info(scope.$index, scope.row)"
@
click=
"
gtx
Info(scope.$index, scope.row)"
>
详情
</c-button
>
<c-button
style=
"margin-left: 5px"
size=
"small"
type=
"primary"
@
click=
"
pty
Edit(scope.$index, scope.row)"
@
click=
"
gtx
Edit(scope.$index, scope.row)"
>
修改
</c-button
>
<c-button
size=
"small"
style=
"margin-left: 5px"
@
click=
"
pty
Delete(scope.$index, scope.row)"
@
click=
"
gtx
Delete(scope.$index, scope.row)"
>
删除
</c-button
>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
...
...
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