Commit a8d3c091 authored by zhengke's avatar zhengke

修改

parent 2c188469
......@@ -28,6 +28,28 @@
color:#111111;
margin-right:5px;
}
.procurementDetail .ziDetailList{
display: flex;
width:100%;
border-bottom:1px solid #F2F3F6;
height:50px;
font-size:14px;
align-items: center;
justify-content: space-between;
}
.procurementDetail .ziproDeleft{
color:#7F7F7F;
margin-left:5px;
}
.procurementDetail .zixunQuestion{
min-height: 150px;
background-color: #F7F7F7;
padding:10px;
color:#111111;
line-height: 22px;
border-radius: 3px;
font-size: 13px;
}
</style>
<template>
<view class="procurementDetail">
......@@ -78,7 +100,7 @@
</view>
<view class="proDeList">
<view class="proDeLeft">成立时间</view>
<view class="proDeRight">{{dataList.FoundingTime}}</view>
<view class="proDeRight">{{dataList.FoundingTimeStr}}</view>
</view>
<view class="proDeList">
<view class="proDeLeft">员工人数</view>
......@@ -120,6 +142,18 @@
<view class="proDeLeft">其它</view>
<view class="proDeRight">{{dataList.OtherInfo}}</view>
</view>
<template v-if="dataList.AuditStatus!=0">
<view class="proDeList">
<view class="proDeLeft">审核状态</view>
<view class="proDeRight">{{dataList.AuditStatusStr}}</view>
</view>
<view class="ziDetailList" style="border-bottom:0;">
<view class="ziproDeleft">审核内容</view>
</view>
<view class="zixunQuestion">
{{dataList.AuditContent}}
</view>
</template>
</view>
</template>
......
......@@ -41,7 +41,8 @@
<view class="procureList" v-for="(item,index) in dataList" :key="index" @click="goDetail(item)">
<view class="procure_Top">
<view class="proriTitle">{{item.GoodsCategory}}</view>
<view>
<view style="display:flex;align-items: center;">
<text style="font-size: 13px;color:#111111;">{{item.AuditStatusStr}}</text>
<image style="width:20px;height:20px;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/arrow_right.png" mode=""></image>
</view>
</view>
......
......@@ -27,6 +27,7 @@
color:#111111;
line-height: 22px;
border-radius: 3px;
font-size: 13px;
}
</style>
<template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment