Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chifengweb2.0
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lichunliang
chifengweb2.0
Commits
62ddec06
Commit
62ddec06
authored
Jul 05, 2025
by
sxl
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:[bug]:禅道问题处理
parent
c0fac7cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
index.vue
pages/Transaction/index.vue
+8
-4
_id.vue
pages/Transaction/minDet/_id.vue
+3
-3
No files found.
pages/Transaction/index.vue
View file @
62ddec06
...
@@ -560,9 +560,14 @@ export default {
...
@@ -560,9 +560,14 @@ export default {
goto
(
link
)
{
goto
(
link
)
{
this
.
$router
.
push
({
path
:
`
${
link
}
`
});
this
.
$router
.
push
({
path
:
`
${
link
}
`
});
},
},
clickVolume
(
id
,
index
)
{
async
clickVolume
(
id
,
index
)
{
const
result
=
await
sendRequest
(
"
business/screening/trackMine
"
,
"
get
"
,
{
id
,
});
if
(
result
.
code
===
200
)
{
const
url
=
`/Transaction/minDet?id=
${
id
}
`
;
const
url
=
`/Transaction/minDet?id=
${
id
}
`
;
window
.
open
(
url
,
'
_blank
'
);
// '_blank' 表示在新标签页中打开
window
.
open
(
url
,
'
_blank
'
);
// '_blank' 表示在新标签页中打开
}
},
},
async
getKqTag
()
{
async
getKqTag
()
{
const
result
=
await
sendRequest
(
const
result
=
await
sendRequest
(
...
@@ -586,7 +591,6 @@ export default {
...
@@ -586,7 +591,6 @@ export default {
);
);
this
.
suggestList
=
result
.
data
.
rows
;
this
.
suggestList
=
result
.
data
.
rows
;
this
.
suggestList1
=
this
.
sliceArray
(
filterByFields
(
this
.
suggestList
,
[{
chkqType
:
"
采矿权
"
}]),
6
);
this
.
suggestList1
=
this
.
sliceArray
(
filterByFields
(
this
.
suggestList
,
[{
chkqType
:
"
采矿权
"
}]),
6
);
console
.
log
(
this
.
suggestList1
,
'
this.suggestList1
'
);
this
.
suggestList2
=
this
.
sliceArray
(
filterByFields
(
this
.
suggestList
,
[{
chkqType
:
"
探矿权
"
}]),
6
);
this
.
suggestList2
=
this
.
sliceArray
(
filterByFields
(
this
.
suggestList
,
[{
chkqType
:
"
探矿权
"
}]),
6
);
},
},
clear
()
{
clear
()
{
...
...
pages/Transaction/minDet/_id.vue
View file @
62ddec06
...
@@ -31,8 +31,7 @@
...
@@ -31,8 +31,7 @@
<div
class=
"tra-card-left showpic"
v-if=
"currentShowFile.src"
>
<div
class=
"tra-card-left showpic"
v-if=
"currentShowFile.src"
>
<video
controls
:style=
"
{
<video
controls
:style=
"
{
width: '100%',
width: '100%',
height: '100%',
height: '100%'
marginTop: '-61px',
}">
}">
<source
:src=
"baseApi + currentShowFile.src"
type=
"video/mp4"
/>
<source
:src=
"baseApi + currentShowFile.src"
type=
"video/mp4"
/>
您的浏览器不支持视频标签。
您的浏览器不支持视频标签。
...
@@ -529,7 +528,7 @@
...
@@ -529,7 +528,7 @@
.slotProbeIsimp == '1'
.slotProbeIsimp == '1'
? 'kqlableAct'
? 'kqlableAct'
: 'kqlable'
: 'kqlable'
"
label=
"槽探(m)"
:span=
"1"
>
"
label=
"槽探(m
³
)"
:span=
"1"
>
{{
{{
dataListTrue
.
parsedTitles
[
0
].
threeTitles
[
0
]
dataListTrue
.
parsedTitles
[
0
].
threeTitles
[
0
]
.
slotProbe
||
"
联系平台
"
.
slotProbe
||
"
联系平台
"
...
@@ -3826,6 +3825,7 @@ export default {
...
@@ -3826,6 +3825,7 @@ export default {
{
id
:
this
.
id
}
{
id
:
this
.
id
}
);
);
this
.
dataListTrue
=
MinRes
.
data
;
this
.
dataListTrue
=
MinRes
.
data
;
console
.
log
(
this
.
dataListTrue
,
'
this.dataListTrue
'
);
if
(
MinRes
.
data
.
chkqType
==
"
2
"
)
{
if
(
MinRes
.
data
.
chkqType
==
"
2
"
)
{
this
.
activeName
=
"
2
"
;
this
.
activeName
=
"
2
"
;
}
else
{
}
else
{
...
...
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