Commit 344102b5 authored by 薄玉虎's avatar 薄玉虎

增加gitlab-ci.yml文件

parent 2999e6c4
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
......@@ -68,10 +68,10 @@
clickable
name="thinkHdLev"
:value="thinkLevel"
label="认隐患级别"
placeholder="请选择"
label="认隐患级别"
placeholder="重大隐患"
@click="showThinkLevel = true"
:rules="[{ required: true, message: '认隐患级别不能为空' }]"
:rules="[{ required: true, message: '认隐患级别不能为空' }]"
/>
<van-popup v-model="showThinkLevel" position="bottom">
<van-picker
......@@ -124,7 +124,7 @@ export default {
text: "重大隐患审批",
agreeOpinion: "",
disagreeOpinion: "",
thinkLevel:'', //因为隐患级别
thinkLevel:'重大隐患', //因为隐患级别
showThinkLevel: false,
columnsThinkLevel:["重大隐患","一般隐患A","一般隐患B","一般隐患C",]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment