29338
This commit is contained in:
@@ -209,7 +209,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<span>{{ item.createTime }}</span>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<p style="color: #999999;">操作类型:{{ item.operationDesc }}</p>
|
<p style="color: #999999;">操作类型:{{ item.operationDesc }}</p>
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import { mapState } from 'vuex'
|
||||||
export default {
|
export default {
|
||||||
name: 'detail',
|
name: 'detail',
|
||||||
|
|
||||||
@@ -284,6 +284,7 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
|
...mapState(['user']),
|
||||||
isIncome() {
|
isIncome() {
|
||||||
if (!this.info.id) {
|
if (!this.info.id) {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user