Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
GaoQuYingJiH5-ASD
Commits
0f5c478a
Commit
0f5c478a
authored
Sep 05, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:特种作业新增 公司选填;样式修改;商家首页增加网格信息显示
parent
c6c924a4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
3 deletions
+11
-3
_shanghu_home.css
src/_shanghu_home.css
+1
-0
_shanghu_home.html
src/_shanghu_home.html
+7
-0
_tezhongzuoye_detail.css
src/_tezhongzuoye_detail.css
+1
-1
_tezhongzuoye_detail.html
src/_tezhongzuoye_detail.html
+2
-2
_tezhongzuoye_detail-text.css
src/unuse/_tezhongzuoye_detail-text.css
+0
-0
_tezhongzuoye_detail-text.html
src/unuse/_tezhongzuoye_detail-text.html
+0
-0
_tezhongzuoye_detail-text.js
src/unuse/_tezhongzuoye_detail-text.js
+0
-0
No files found.
src/_shanghu_home.css
View file @
0f5c478a
...
...
@@ -21,6 +21,7 @@ body {
align-items
:
center
;
gap
:
0.2rem
;
padding
:
0.3rem
0.3rem
;
margin-bottom
:
.3rem
;
}
.header
.title
img
{
...
...
src/_shanghu_home.html
View file @
0f5c478a
...
...
@@ -21,6 +21,13 @@
<span
class=
"tag yellow"
v-if=
"merInformation.safeLevel==1"
@
click=
"gotoPage('anquan_level')"
>
安全等级-黄
</span>
<span
class=
"tag red"
v-if=
"merInformation.safeLevel==2"
@
click=
"gotoPage('anquan_level')"
>
安全等级-红
</span>
</div>
<span
style=
"font-weight: 500;
font-size: 0.28rem;
color: rgb(133, 133, 133);
position: absolute;
top: 0;
left: 1.2rem;
top: 1.1rem;"
>
{{ merInformation.gridName || '' }}
</span>
<div
class=
"detail"
>
<van-row>
<van-col
span=
"24"
>
场所类型: {{merInformation.smallPlaceTypeName}}
</van-col>
...
...
src/_tezhongzuoye_detail.css
View file @
0f5c478a
...
...
@@ -217,7 +217,7 @@ body {
width
:
1.8rem
;
/* 标题固定宽度,可根据需求调整 */
color
:
#333
;
font-size
:
.
15
rem
;
font-size
:
.
28
rem
;
text-align
:
left
;
/* 标题左对齐 */
}
...
...
src/_tezhongzuoye_detail.html
View file @
0f5c478a
...
...
@@ -69,10 +69,10 @@
</div>
</div>
<div
class=
"form-item"
>
<span
class=
"form-label
title_require
"
>
作业公司
</span>
<span
class=
"form-label"
>
作业公司
</span>
<div
class=
"form-input-wrap"
>
<input
maxlength=
"25"
type=
"text"
v-model=
"formData.companyName"
:disabled=
"flag=='XQ'"
class=
"form-input"
placeholder=
"请输入作业公司
"
>
:placeholder=
"flag=='XQ'?'':'请输入作业公司'
"
>
</div>
</div>
...
...
src/_tezhongzuoye_detail-text.css
→
src/
unuse/
_tezhongzuoye_detail-text.css
View file @
0f5c478a
File moved
src/_tezhongzuoye_detail-text.html
→
src/
unuse/
_tezhongzuoye_detail-text.html
View file @
0f5c478a
File moved
src/_tezhongzuoye_detail-text.js
→
src/
unuse/
_tezhongzuoye_detail-text.js
View file @
0f5c478a
File moved
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