This commit is contained in:
Vinjor 2024-11-13 13:20:57 +08:00
parent b446915f86
commit d667832443
4 changed files with 4 additions and 9 deletions

View File

@ -338,11 +338,6 @@ export default {
this.initDict("repair_part_disposal")
},
onShow() {
if (this.phone != '') {
setTimeout(() => {
this.listUserInfo()
}, 500)
}
},
methods: {

View File

@ -120,7 +120,7 @@
<view class="projList">
<template>
<view v-for="(item,index) in ticketInfo.projects" :key="item.id" class="projEditItem">
<view class="del-proj-box" @click="delProj(item.id,index)"><uni-icons type="trash" size="25" style="color: #0174F6"></uni-icons></view>
<view v-if="isDetail == '0'" class="del-proj-box" @click="delProj(item.id,index)"><uni-icons type="trash" size="25" style="color: #0174F6"></uni-icons></view>
<view class="projEditLine1">
<text>{{ item.itemName }}</text>
<text v-if="canSeeMoney" class="projAmount">{{ item.itemMoney }}</text>

View File

@ -92,7 +92,7 @@
},
bgColor: { //
type: String,
default: ''
default: '#ffffff'
},
},
onLoad(data) {

View File

@ -32,7 +32,7 @@
v-for="(item,index) in options" :key="index" :style="{height: direction === 'column'?heightArr[index]+'px':'14px'}">
<view
:class="[direction==='column'?'uni-steps__column-line':'uni-steps__row-line',direction==='column'?'uni-steps__column-line--before':'uni-steps__row-line--before']"
:style="{backgroundColor:index<=active&&index!==0?activeColor:index===0?'transparent':deactiveColor}">
>
</view>
<!-- <view :class="[direction==='column'?'uni-steps__column-check':'uni-steps__row-check']"-->
<!-- v-if="index === active">-->
@ -278,7 +278,7 @@
.uni-steps__column-line {
width: 1px;
background-color: #B7BDC6;
//background-color: #B7BDC6;
}
.uni-steps__row-line--after {