Commit 01c90c2c authored by yaqizhang's avatar yaqizhang

Merge branch 'master' of ssh://111.61.77.35:15/gengdidi/gassafety-progress into master

parents d92daedf 326fd455
...@@ -185,7 +185,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -185,7 +185,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT SELECT
u.user_id, u.user_id,
u.dept_id, u.dept_id,
u.user_name u.user_name,
u.nick_name
FROM FROM
sys_user u sys_user u
LEFT JOIN sys_user_post up ON u.user_id = up.user_id LEFT JOIN sys_user_post up ON u.user_id = up.user_id
......
...@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
info.enterprise_name AS work_assign_enterprose_name, info.enterprise_name AS work_assign_enterprose_name,
workOrder.work_assign_enterprose_id, workOrder.work_assign_enterprose_id,
workOrder.work_assign_man_id, workOrder.work_assign_man_id,
usr.user_name AS work_assign_man, usr.nick_name AS work_assign_man,
workOrder.work_status, workOrder.work_status,
workOrder.inspection_date, workOrder.inspection_date,
workOrder.inspection_route, workOrder.inspection_route,
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<!-- <slot> --> <!-- <slot> -->
<!-- 如果是默认值,就显示这个 --> <!-- 如果是默认值,就显示这个 -->
<div v-if="!options" class="text" :style="{ color: color }"> <div v-if="!options" class="text" :style="{ color: color }">
<span class="num">78</span><span class="fh">%</span> <span class="num">87</span><span class="fh">%</span>
</div> </div>
<!-- </slot> --> <!-- </slot> -->
</div> </div>
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
<el-option <el-option
v-for="item in inspectors" v-for="item in inspectors"
:key="item.userId " :key="item.userId "
:label="item.userName" :label="item.nickName"
:value="item.userId " :value="item.userId "
></el-option> ></el-option>
</el-select> </el-select>
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
<el-option <el-option
v-for="item in inspectors" v-for="item in inspectors"
:key="item.userId " :key="item.userId "
:label="item.userName" :label="item.nickName"
:value="item.userId " :value="item.userId "
></el-option> ></el-option>
</el-select> </el-select>
...@@ -943,11 +943,11 @@ export default { ...@@ -943,11 +943,11 @@ export default {
//获取执行人 //获取执行人
selectInspection(userId,type){ selectInspection(userId,type){
if(userId){ if(userId){
let userName = this.inspectors.find(val=>val.userId == userId).userName; let nickName = this.inspectors.find(val=>val.userId == userId).nickName;
if("edit" == type){ if("edit" == type){
this.form.workAssignMan = userName; this.form.workAssignMan = nickName;
}else{ }else{
this.workForm.workAssignMan = userName; this.workForm.workAssignMan = nickName;
} }
}else{ }else{
if("edit" == type){ if("edit" == type){
......
...@@ -11,17 +11,17 @@ ...@@ -11,17 +11,17 @@
<div class="botimage"> <div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;"> <img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima"> <div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">3852</div><span style="color: #fff;">总计</span> <div style="color: #4CC4E0;font-weight: bolder;">358275</div><span style="color: #fff;">总计</span>
</div> </div>
</div> </div>
<div class="botnum"> <div class="botnum">
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p> <p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">1720</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">683</span><span style="color: #4CC4E0;"></span>
</div> </div>
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p> <p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">2132</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">683</span><span style="color: #4CC4E0;"></span>
</div> </div>
</div> </div>
</div> </div>
...@@ -35,17 +35,17 @@ ...@@ -35,17 +35,17 @@
<div class="botimage"> <div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;"> <img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima"> <div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">3575</div><span style="color: #fff;">总计</span> <div style="color: #4CC4E0;font-weight: bolder;">35358275</div><span style="color: #fff;">总计</span>
</div> </div>
</div> </div>
<div class="botnum"> <div class="botnum">
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p> <p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">2570</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">6833</span><span style="color: #4CC4E0;"></span>
</div> </div>
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p> <p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">1005</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">623483</span><span style="color: #4CC4E0;"></span>
</div> </div>
</div> </div>
</div> </div>
...@@ -64,17 +64,17 @@ ...@@ -64,17 +64,17 @@
<div class="botimage"> <div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;"> <img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima"> <div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">3400</div><span style="color: #fff;">总计</span> <div style="color: #4CC4E0;font-weight: bolder;">358275</div><span style="color: #fff;">总计</span>
</div> </div>
</div> </div>
<div class="botnum"> <div class="botnum">
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p> <p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">2150</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">6843</span><span style="color: #4CC4E0;"></span>
</div> </div>
<div class="numdiv"> <div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p> <p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">1250</span><span style="color: #4CC4E0;"></span> <span style="color: #EEC25B;font-size: 30px;">6483</span><span style="color: #4CC4E0;"></span>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 7px; margin-bottom: 7px;
} }
.two { .two {
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
> .right { > .right {
} }
> div { > div {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// display: flex; // display: flex;
// flex-direction: column; // flex-direction: column;
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
.third { .third {
text-align: center; text-align: center;
width: 213px; width: 213px;
margin-bottom: 30px; margin-bottom: 24px;
} }
.fifth { .fifth {
flex: 1; flex: 1;
...@@ -143,4 +143,4 @@ export default { ...@@ -143,4 +143,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
.forEach((item, index) => { .forEach((item, index) => {
rich[`dataIndex${index}`] = item; rich[`dataIndex${index}`] = item;
}); });
return { return {
type: "pie", type: "pie",
radius: ["68%", "80%"], radius: ["68%", "80%"],
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 7px; margin-bottom: 7px;
} }
.two { .two {
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
.third { .third {
text-align: center; text-align: center;
width: 213px; width: 213px;
margin-bottom: 38px; margin-bottom: 24px;
} }
} }
> .right { > .right {
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
} }
} }
> div { > div {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// display: flex; // display: flex;
// flex-direction: column; // flex-direction: column;
...@@ -197,11 +197,11 @@ export default { ...@@ -197,11 +197,11 @@ export default {
} }
} }
.three { .three {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// background: red; // background: red;
.chars-box { .chars-box {
flex: 1; flex: 1;
} }
} }
</style> </style>
\ No newline at end of file
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
<div class="right">进行中</div> <div class="right">进行中</div>
</div> </div>
<div class="three flex"> <div class="three flex">
<div class="left zzz">15</div> <div class="left zzz">6</div>
<div class="middle zzz">13</div> <div class="middle zzz">4</div>
<div class="right zzz">2</div> <div class="right zzz">2</div>
</div> </div>
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
time: "2022-04-16 07:29", time: "2022-04-16 07:29",
text: "安装设备监控", text: "安装设备监控",
}, },
// { // {
// companyName: 123, // companyName: 123,
// time: "2022-04-09 07:29", // time: "2022-04-09 07:29",
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 22px; margin-bottom: 22px;
} }
.two { .two {
...@@ -158,11 +158,11 @@ export default { ...@@ -158,11 +158,11 @@ export default {
} }
} }
.three { .three {
font-size: 14px; font-size: 16px;
margin-bottom: 16px; margin-bottom: 10px;
> div { > div {
flex: 1; flex: 1;
line-height: 28px; line-height: 24px;
text-align: center; text-align: center;
} }
} }
...@@ -190,4 +190,4 @@ export default { ...@@ -190,4 +190,4 @@ export default {
// position:relative; // position:relative;
} }
} }
</style> </style>
\ No newline at end of file
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