|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<uni-drawer ref="drawer" mode="left" :mask-click="false" width="85%" :maskClick='true'>
|
|
|
<scroll-view class="scroll-view" scroll-y="true">
|
|
|
- <uni-section :title="(type==='add'?'新增':'编辑') +'企业' " type="line"></uni-section>
|
|
|
+ <uni-section :title="type==='add'?'隐患登记':'编辑隐患' " type="line"></uni-section>
|
|
|
<view class="form-wrap" >
|
|
|
<uni-forms ref="form" label-position="top" :rules="rules" :model="form" :label-width="300">
|
|
|
<uni-forms-item label ="企业/单位名称" >
|