1
This commit is contained in:
parent
b446915f86
commit
d667832443
@ -338,11 +338,6 @@ export default {
|
||||
this.initDict("repair_part_disposal")
|
||||
},
|
||||
onShow() {
|
||||
if (this.phone != '') {
|
||||
setTimeout(() => {
|
||||
this.listUserInfo()
|
||||
}, 500)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
@ -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>
|
||||
|
@ -92,7 +92,7 @@
|
||||
},
|
||||
bgColor: { //背景色
|
||||
type: String,
|
||||
default: ''
|
||||
default: '#ffffff'
|
||||
},
|
||||
},
|
||||
onLoad(data) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user