Commit e44dc8b8 authored by 张海景's avatar 张海景

update:修改工作单元布局和修改生产、质量图标

parent 2d0cb090
...@@ -19,12 +19,16 @@ ...@@ -19,12 +19,16 @@
<view class="station_list"> <view class="station_list">
<u-empty text="暂无工作单元" mode="list" v-if="workUnitList.length == 0" style="margin: 0 auto; display: block; height: 360rpx; padding: 100rpx 0"></u-empty> <u-empty text="暂无工作单元" mode="list" v-if="workUnitList.length == 0" style="margin: 0 auto; display: block; height: 360rpx; padding: 100rpx 0"></u-empty>
<template v-else> <template v-else>
<u-card class="station_card" :show-foot="false" :title="'工作单元' + card.workunitCode" v-for="(card, index) in workUnitList"> <u-row>
<view class="station_card_text" slot="body"> <u-col span="3" v-for="(card, index) in workUnitList" :key="index">
{{ '工作单元名称:' + card.workunitName }} <u-card class="station_card" :show-foot="false" :title="'工作单元' + card.workunitCode" >
<u-button type="primary" @click="setWorkUnit(card)" style="margin-top: 30rpx">选择</u-button> <view class="station_card_text" slot="body">
</view> {{ '工作单元名称:' + card.workunitName }}
</u-card> <u-button type="primary" @click="setWorkUnit(card)" style="margin-top: 30rpx">选择</u-button>
</view>
</u-card>
</u-col>
</u-row>
</template> </template>
</view> </view>
</u-modal> </u-modal>
...@@ -367,12 +371,12 @@ img { ...@@ -367,12 +371,12 @@ img {
} }
.station_list { .station_list {
display: flex; /* display: flex;
flex-wrap: wrap; flex-wrap: wrap; */
} }
.station_card { .station_card {
width: 250px; /* width: 250px; */
height: 150px; height: 150px;
} }
......
static/icons/png/pro.png

3.97 KB | W: | H:

static/icons/png/pro.png

11.2 KB | W: | H:

static/icons/png/pro.png
static/icons/png/pro.png
static/icons/png/pro.png
static/icons/png/pro.png
  • 2-up
  • Swipe
  • Onion skin
static/icons/png/qc.png

2.83 KB | W: | H:

static/icons/png/qc.png

6.97 KB | W: | H:

static/icons/png/qc.png
static/icons/png/qc.png
static/icons/png/qc.png
static/icons/png/qc.png
  • 2-up
  • Swipe
  • Onion skin
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