1
This commit is contained in:
parent
b446915f86
commit
d667832443
@ -338,11 +338,6 @@ export default {
|
|||||||
this.initDict("repair_part_disposal")
|
this.initDict("repair_part_disposal")
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
if (this.phone != '') {
|
|
||||||
setTimeout(() => {
|
|
||||||
this.listUserInfo()
|
|
||||||
}, 500)
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
<view class="projList">
|
<view class="projList">
|
||||||
<template>
|
<template>
|
||||||
<view v-for="(item,index) in ticketInfo.projects" :key="item.id" class="projEditItem">
|
<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">
|
<view class="projEditLine1">
|
||||||
<text>{{ item.itemName }}</text>
|
<text>{{ item.itemName }}</text>
|
||||||
<text v-if="canSeeMoney" class="projAmount">¥{{ item.itemMoney }}</text>
|
<text v-if="canSeeMoney" class="projAmount">¥{{ item.itemMoney }}</text>
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
},
|
},
|
||||||
bgColor: { //背景色
|
bgColor: { //背景色
|
||||||
type: String,
|
type: String,
|
||||||
default: ''
|
default: '#ffffff'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onLoad(data) {
|
onLoad(data) {
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
v-for="(item,index) in options" :key="index" :style="{height: direction === 'column'?heightArr[index]+'px':'14px'}">
|
v-for="(item,index) in options" :key="index" :style="{height: direction === 'column'?heightArr[index]+'px':'14px'}">
|
||||||
<view
|
<view
|
||||||
:class="[direction==='column'?'uni-steps__column-line':'uni-steps__row-line',direction==='column'?'uni-steps__column-line--before':'uni-steps__row-line--before']"
|
: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>
|
||||||
<!-- <view :class="[direction==='column'?'uni-steps__column-check':'uni-steps__row-check']"-->
|
<!-- <view :class="[direction==='column'?'uni-steps__column-check':'uni-steps__row-check']"-->
|
||||||
<!-- v-if="index === active">-->
|
<!-- v-if="index === active">-->
|
||||||
@ -278,7 +278,7 @@
|
|||||||
|
|
||||||
.uni-steps__column-line {
|
.uni-steps__column-line {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: #B7BDC6;
|
//background-color: #B7BDC6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uni-steps__row-line--after {
|
.uni-steps__row-line--after {
|
||||||
|
Loading…
Reference in New Issue
Block a user