This commit is contained in:
shijingjing
2022-04-27 13:00:47 +08:00
parent 4d96a57fba
commit 57b748ac8d

View File

@@ -209,7 +209,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;">操作类型{{ item.operationDesc }}</p>
@@ -265,7 +265,7 @@
</template>
<script>
import { mapState } from 'vuex'
export default {
name: 'detail',
@@ -284,6 +284,7 @@ export default {
computed: {
...mapState(['user']),
isIncome() {
if (!this.info.id) {
return false