Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
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
首开风险隐患双控平台
BCDH-APP
Commits
344102b5
Commit
344102b5
authored
Nov 04, 2021
by
薄玉虎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加gitlab-ci.yml文件
parent
2999e6c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
gitlab-ci.yml
gitlab-ci.yml
+16
-0
src/views/danger/majorDanger/majorSurvey.vue
src/views/danger/majorDanger/majorSurvey.vue
+4
-4
No files found.
gitlab-ci.yml
0 → 100644
View file @
344102b5
stages
:
-
build-develop
build
:
stage
:
build-develop
only
:
-
develop
-
master
allow_failure
:
true
script
:
-
chcp
65001
-
cmd /c npm install
-
cmd /c npm run build
-
cmd /c npm run build
-
cmd /c xcopy .\dist D:\BCDH-APP\nginx-1.18.0\html\dist /s /Y
tags
:
-
BCDH-APP
\ No newline at end of file
src/views/danger/majorDanger/majorSurvey.vue
View file @
344102b5
...
@@ -68,10 +68,10 @@
...
@@ -68,10 +68,10 @@
clickable
clickable
name=
"thinkHdLev"
name=
"thinkHdLev"
:value=
"thinkLevel"
:value=
"thinkLevel"
label=
"认
为
隐患级别"
label=
"认
定
隐患级别"
placeholder=
"
请选择
"
placeholder=
"
重大隐患
"
@
click=
"showThinkLevel = true"
@
click=
"showThinkLevel = true"
:rules=
"[{ required: true, message: '认
为
隐患级别不能为空' }]"
:rules=
"[{ required: true, message: '认
定
隐患级别不能为空' }]"
/>
/>
<van-popup
v-model=
"showThinkLevel"
position=
"bottom"
>
<van-popup
v-model=
"showThinkLevel"
position=
"bottom"
>
<van-picker
<van-picker
...
@@ -124,7 +124,7 @@ export default {
...
@@ -124,7 +124,7 @@ export default {
text
:
"
重大隐患审批
"
,
text
:
"
重大隐患审批
"
,
agreeOpinion
:
""
,
agreeOpinion
:
""
,
disagreeOpinion
:
""
,
disagreeOpinion
:
""
,
thinkLevel
:
''
,
//因为隐患级别
thinkLevel
:
'
重大隐患
'
,
//因为隐患级别
showThinkLevel
:
false
,
showThinkLevel
:
false
,
columnsThinkLevel
:[
"
重大隐患
"
,
"
一般隐患A
"
,
"
一般隐患B
"
,
"
一般隐患C
"
,]
columnsThinkLevel
:[
"
重大隐患
"
,
"
一般隐患A
"
,
"
一般隐患B
"
,
"
一般隐患C
"
,]
...
...
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