flying-monkey/pages/dataQuery/dataQuery.vue

223 lines
6.7 KiB
Vue
Raw Normal View History

2022-03-22 03:38:06 +00:00
<template>
2022-03-25 09:12:59 +00:00
<view class="content">
2022-03-28 07:33:10 +00:00
<statusNav returnColor="#c2c2c2" navBarTitle="(备品)查询结果"></statusNav>
2022-03-25 09:12:59 +00:00
<container-subgroup-two >
<view class="dataQuery-content" slot="content" style="margin: 0 -30rpx;">
2022-03-22 03:38:06 +00:00
<view class="li">
2022-04-01 10:16:43 +00:00
<view class="title mar-y120 clips1">
项目名称湖南工业大学生化学院三楼会议室湖南工业大学生化学院三楼会议室
2022-03-22 03:38:06 +00:00
</view>
<view class="text-content">
<view class="left">
2022-04-01 10:16:43 +00:00
<view class="text clips1">
2022-03-25 09:12:59 +00:00
核心品牌海康威视
</view>
2022-04-01 10:16:43 +00:00
<view class="text clips1">
2022-03-25 09:12:59 +00:00
规格型号DS-CK18FI-H
</view>
2022-04-01 10:16:43 +00:00
<view class="text clips1">
2022-03-25 09:12:59 +00:00
2210122
</view>
2022-03-22 03:38:06 +00:00
</view>
<view class="rigth">
<view class="text">
2022-03-25 09:12:59 +00:00
备品数量<text class="cor">3</text>
2022-03-22 03:38:06 +00:00
</view>
<view class="text cor1">
备品尺寸320*160
</view>
<view class="text cor1">
入库时间2021-04-06 16:45:45
</view>
</view>
</view>
2022-03-25 09:12:59 +00:00
2022-03-22 03:38:06 +00:00
<view class="icon" v-if="true">
<text class="icon-text">正常</text>
</view>
<view class="icon1" v-else>
2022-03-25 09:12:59 +00:00
<text class="icon-text">待维修</text>
2022-03-22 03:38:06 +00:00
</view>
</view>
2022-03-24 09:04:24 +00:00
<view class="li">
<view class="title">
2022-03-25 09:12:59 +00:00
项目名称湖南工业大学生化学院三楼会议室
2022-03-24 09:04:24 +00:00
</view>
<view class="text-content">
<view class="left">
2022-03-25 09:12:59 +00:00
<view class="text">
核心品牌海康威视
</view>
<view class="text">
规格型号DS-CK18FI-H
</view>
<view class="text">
2210122
</view>
2022-03-24 09:04:24 +00:00
</view>
<view class="rigth">
<view class="text">
2022-03-25 09:12:59 +00:00
备品数量<text class="cor">3</text>
2022-03-24 09:04:24 +00:00
</view>
<view class="text cor1">
备品尺寸320*160
</view>
<view class="text cor1">
入库时间2021-04-06 16:45:45
</view>
</view>
</view>
2022-03-25 09:12:59 +00:00
2022-03-24 09:04:24 +00:00
<view class="icon" v-if="true">
<text class="icon-text">正常</text>
</view>
<view class="icon1" v-else>
2022-03-25 09:12:59 +00:00
<text class="icon-text">待维修</text>
2022-03-24 09:04:24 +00:00
</view>
</view>
<view class="li">
<view class="title">
2022-03-25 09:12:59 +00:00
项目名称湖南工业大学生化学院三楼会议室
2022-03-24 09:04:24 +00:00
</view>
<view class="text-content">
<view class="left">
2022-03-25 09:12:59 +00:00
<view class="text">
核心品牌海康威视
</view>
<view class="text">
规格型号DS-CK18FI-H
</view>
<view class="text">
2210122
</view>
2022-03-24 09:04:24 +00:00
</view>
<view class="rigth">
<view class="text">
2022-03-25 09:12:59 +00:00
备品数量<text class="cor">3</text>
2022-03-24 09:04:24 +00:00
</view>
<view class="text cor1">
备品尺寸320*160
</view>
<view class="text cor1">
入库时间2021-04-06 16:45:45
</view>
</view>
</view>
2022-03-25 09:12:59 +00:00
2022-03-24 09:04:24 +00:00
<view class="icon" v-if="false">
<text class="icon-text">正常</text>
</view>
<view class="icon1" v-else>
2022-03-25 09:12:59 +00:00
<text class="icon-text">待维修</text>
2022-03-24 09:04:24 +00:00
</view>
</view>
2022-03-22 03:38:06 +00:00
</view>
2022-03-25 09:12:59 +00:00
</container-subgroup-two >
</view>
2022-03-22 03:38:06 +00:00
</template>
<script>
2022-03-25 09:12:59 +00:00
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
import statusNav from '../../components/status-nav.vue';
2022-03-22 03:38:06 +00:00
export default {
components: {
2022-03-25 09:12:59 +00:00
statusNav,
containerSubgroupTwo
2022-03-22 03:38:06 +00:00
},
data() {
return {
}
},
methods: {
}
}
</script>
<style>
2022-03-25 09:12:59 +00:00
2022-03-22 03:38:06 +00:00
.dataQuery-content {
2022-03-25 09:12:59 +00:00
font-size: 24rpx;
color: #333333;
margin-top: 15rpx;
2022-03-22 03:38:06 +00:00
}
2022-03-25 09:12:59 +00:00
.dataQuery-content .li {
2022-03-22 03:38:06 +00:00
background-color: #FFFFFF;
padding: 26rpx 28rpx;
2022-03-25 09:12:59 +00:00
2022-03-24 09:04:24 +00:00
margin-bottom: 14rpx;
2022-03-22 03:38:06 +00:00
}
2022-03-25 09:12:59 +00:00
2022-03-22 03:38:06 +00:00
.dataQuery-content .li {
position: relative;
}
2022-03-25 09:12:59 +00:00
.dataQuery-content .li .text-content {
display: flex;
border-bottom: 2rpx solid #EEEEEE;
padding-bottom: 10rpx;
}
.dataQuery-content .li .text-content .left {
width: 48%;
}
.dataQuery-content .li .text-content .text {
margin-top: 20rpx;
}
.cor {
color: #ff9000;
}
.cor1 {
color: #999999;
}
.dataQuery-content .li .icon {
background-image: url(../../static/iocn/zc.png);
width: 125rpx;
height: 91rpx;
display: flex;
align-items: center;
box-sizing: border-box;
background-size: 100%;
padding-left: 30rpx;
right: 20rpx;
top: 20rpx;
position: absolute;
}
.dataQuery-content .li .icon .icon-text {
transform: rotateZ(20deg);
color: #53e5d0;
}
.dataQuery-content .li .icon1 {
background-image: url(../../static/iocn/dwx.png);
width: 125rpx;
height: 91rpx;
display: flex;
align-items: center;
box-sizing: border-box;
background-size: 100%;
padding-left: 30rpx;
right: 20rpx;
top: 20rpx;
position: absolute;
}
.dataQuery-content .li .icon1 .icon-text {
transform: rotateZ(20deg);
color: #ff0006;
}
2022-03-22 03:38:06 +00:00
</style>