Commit 2d0fbb0d authored by xinzhedeai's avatar xinzhedeai

clear

parent 8b1a087f
......@@ -12,29 +12,11 @@
body {
background-color: #fff;
}
.content {}
.pd-01rem {
padding-bottom: 0.1rem;
}
/* 表单相关 */
.formValue {
float: right;
}
.formSubmitBtnWrapper {
display: flex;
justify-content: center;
margin-top: 0.2rem;
margin-bottom: 0.2rem;
}
.formSubmitBtnWrapper .van-button {
width: 4rem;
}
/**
* 框架样式覆盖修改
*/
......@@ -46,10 +28,6 @@
border-bottom: none;
}
.van-radio-group--horizontal {
float: right;
}
.disable-van-cell {
background-color: #f3f3f3;
}
......
......@@ -25,45 +25,11 @@ window.addEventListener("load", function() {
// 审核人
hdAcceptancePerson: "刘德华",
recEvaluation: '24年02月22日 审核未通过;24年02月22日 审核未通过',
verifyStatusString: '', // 审核状态死啊
verifyStatusString: '', // 审核状态
},
// 企业id
companyId: localStorage.getItem('companyId'),
editAble: true,
// 安全类别列表数据
secType: [{
name: '安全资料类',
}, {
name: '现场检查类',
}],
showPopup4secType: false,
// 安全检查类别列表数据
secCheckTypeReplace: [],
showPopup4secCheckTypeReplace: false,
// 安全检查内容列表数据
secCheckContent: [],
showPopup4secCheckContent: false,
// 安全发现问题列表数据
secCheckDiscover: [],
showPopup4secCheckDiscover: false,
// 检查日期的模态框
hdInspectDateModel: '', // 时间的临时model值
showPopup4hdInspectDate: false,
// 整改日期模态框
hdRectificationDateModel: '',
showPopup4hdRectificationDate: false,
fileList: [],
// columns4findQuestion: ['杭州', '宁波', '温州', '绍兴', '湖州', '嘉兴', '金华', '衢州'],
// findQuestion: '',
}
},
mounted() {
......
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