Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yanshouyi-Minipro
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
xinzhedeai
yanshouyi-Minipro
Commits
df7a059a
Commit
df7a059a
authored
Dec 27, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
操作日志-列表
parent
37781e55
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
160 additions
and
434 deletions
+160
-434
home.vue
pages/home/home.vue
+4
-2
importFile.vue
pages/home/importFile.vue
+0
-3
operateLog.vue
pages/home/operateLog.vue
+156
-429
No files found.
pages/home/home.vue
View file @
df7a059a
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<span>
炮孔测量数据导出
</span>
<span>
炮孔测量数据导出
</span>
<!--
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('export')"
>
导出
</button>
-->
<!--
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('export')"
>
导出
</button>
-->
</p>
</p>
<p
class=
"list-item"
>
<p
class=
"list-item"
@
click=
"navTo('operateLog')"
>
<image
src=
"/static/image/paokong/operatelog.png"
alt=
""
/>
<image
src=
"/static/image/paokong/operatelog.png"
alt=
""
/>
<span>
操作日志
</span>
<span>
操作日志
</span>
<!--
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('export')"
>
导出
</button>
-->
<!--
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('export')"
>
导出
</button>
-->
...
@@ -116,6 +116,8 @@
...
@@ -116,6 +116,8 @@
url
=
'
/pages/home/importFileDataPreview
'
url
=
'
/pages/home/importFileDataPreview
'
}
else
if
(
flag
===
'
paokongceliang
'
){
}
else
if
(
flag
===
'
paokongceliang
'
){
url
=
'
/pages/home/paokongceliang
'
url
=
'
/pages/home/paokongceliang
'
}
else
if
(
flag
===
'
operateLog
'
){
url
=
'
/pages/home/operateLog
'
}
}
uni
.
navigateTo
({
uni
.
navigateTo
({
...
@@ -181,8 +183,8 @@
...
@@ -181,8 +183,8 @@
width
:
646rpx
;
width
:
646rpx
;
height
:
300rpx
;
height
:
300rpx
;
background
:
url('/static/image/paokong/home-title-bg.png')
;
// background-color: linear-gradient(-90deg, #F6F9FF 31%, #E4EFFF 100%);
// background-color: linear-gradient(-90deg, #F6F9FF 31%, #E4EFFF 100%);
background-image
:
url('/static/image/paokong/home-title-bg.png')
;
background-position
:
center
right
;
background-position
:
center
right
;
background-size
:
cover
;
background-size
:
cover
;
box-shadow
:
0rpx
2rpx
24rpx
0rpx
rgba
(
7
,
36
,
72
,
0
.11
);
box-shadow
:
0rpx
2rpx
24rpx
0rpx
rgba
(
7
,
36
,
72
,
0
.11
);
...
...
pages/home/importFile.vue
View file @
df7a059a
...
@@ -101,9 +101,6 @@
...
@@ -101,9 +101,6 @@
dateRangeMaxDeal
(
e
){
dateRangeMaxDeal
(
e
){
console
.
log
(
'
超过最大连选天数:
'
,
e
)
console
.
log
(
'
超过最大连选天数:
'
,
e
)
},
},
dateChange
(
day
){
this
.
date
=
day
},
// 获取选中的日期
// 获取选中的日期
changeDate
(
data
)
{
changeDate
(
data
)
{
console
.
log
(
data
)
console
.
log
(
data
)
...
...
pages/home/operateLog.vue
View file @
df7a059a
This diff is collapsed.
Click to expand it.
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