checkType5 网格员

This commit is contained in:
liuye
2024-07-18 15:41:54 +08:00
parent 7952757394
commit 9138a1b1e9
9 changed files with 15 additions and 8 deletions

View File

@@ -116,7 +116,8 @@ export default {
this.typeData.push(info)
})
if (this.showFinish) {
this.$nextTick(() => {
if (this.showFinish) {
this.finishChartInit('finish')
}
if (this.trendData.length) {
@@ -125,6 +126,7 @@ export default {
if (this.typeData.length) {
this.typeChartInit('type')
}
})
}
})
@@ -145,8 +147,8 @@ export default {
var ctx = uni.createCanvasContext(id, this);
uChartsInstance[id] = new uCharts({
type: "ring",
width: 350,
height: 250,
width: 300,
height: 240,
context: ctx,
series: [
{

View File

@@ -56,18 +56,18 @@
<div class="item-content" v-for="(item, index) in userList" :key="index">
<div class="title" @click="showUserType(index)">
<h2>{{ item.label }}</h2>
<img src="./img/down-icon.png" alt="" :class="item.check ? 'img-active' : ''"/>
<img src="https://cdn.sinoecare.com/i/2024/07/18/6698c40a5ceb5.png" alt="" :class="item.check ? 'img-active' : ''"/>
</div>
<div class="user-list" v-if="item.check">
<div class="user-item" v-for="(e, indexs) in item.value" :key="indexs" @click="showDetail(e)">
<div class="user-img">
<img src="./img/user-img.png" alt=""/>
<img src="https://cdn.sinoecare.com/i/2024/07/16/66963d7ce4040.png" alt=""/>
</div>
<div class="user-info">
<p class="name">{{ e.name }}
<span class="btn-icon" v-if="isAdmin || user.id == e.create_user_id">
<img src="./img/edit-icon.png" alt="" @click.stop="toEdit(e,item.dictValue)">
<img src="./img/del-icon.png" alt="" @click.stop="del(e,item.dictValue)">
<img src="https://cdn.sinoecare.com/i/2024/07/18/6698c40b5f087.png" alt="" @click.stop="toEdit(e,item.dictValue)">
<img src="https://cdn.sinoecare.com/i/2024/07/18/6698c409e85f0.png" alt="" @click.stop="del(e,item.dictValue)">
</span>
</p>
<div class="phone">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB