This commit is contained in:
shijingjing
2022-04-27 18:51:46 +08:00
parent 9dfffd7179
commit 9f525bab46
2 changed files with 7 additions and 3 deletions

View File

@@ -181,7 +181,7 @@
</div>
<div class="right">
<AiSelect dict="fpHealth" v-model="form.healthyStatus"></AiSelect>
<!-- <AiSelect dict="fpHealth" v-model="form.healthyStatus"></AiSelect> -->
<u-checkbox-group>
<u-checkbox
v-model="e.checked"

View File

@@ -13,7 +13,7 @@
</div>
<div class="right">
<span>{{ item.createTime }}</span>
<u-icon name="list" color="#999" size="28" @click="edit(item.id)" style="margin-left:16px;"></u-icon>
<u-icon name="list" color="#999" size="28" @click="edit(item.id)" style="margin-left:16px;" v-if="item.createUserId == user.id"></u-icon>
</div>
</div>
<p style="color: #999999;">帮扶措施{{ $dict.getLabel('fpAssistanceMeasures',item.operationDesc) }}</p>
@@ -34,7 +34,7 @@
</template>
<script>
import {mapState} from 'vuex'
export default {
name: 'detail',
@@ -57,6 +57,10 @@ export default {
document.title = '帮扶措施'
},
computed: {
...mapState(['user']),
},
methods: {
prevImg(urls, img) {
const imgs = urls.map(v => v.url)