Browse Source

Signed-off-by: zhaobao <528046418@qq.com>

zhaobao 4 months ago
parent
commit
ffaafbfbdd

+ 1 - 1
packageA/pages/danger/components/Create.vue

@@ -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 ="企业/单位名称" >

+ 1 - 1
packageA/pages/danger/index.vue

@@ -10,7 +10,7 @@
 		</view>	
 		<view class="pageMain">
 			<uni-swipe-action class="item-action-box">
-				<uni-card padding="10px 0" margin="5px 0" v-for="(item,idx) in items" :key="item.dangerId">
+				<uni-card padding="10px 0" margin="5px 0" v-for="(item,idx) in items" :key="`${item.dangerId}`">
 					<uni-swipe-action-item class="item-action" :auto-close="true">
 						<template v-slot:right>
 							<view class="slot-button">

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/packageA/pages/danger/components/Create.js.map


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/packageA/pages/danger/index.js.map


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/mp-weixin/packageA/pages/danger/components/Create.wxml


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/mp-weixin/packageA/pages/danger/index.wxml


Some files were not shown because too many files changed in this diff