Commit 67f025a2 authored by “yiyousong”'s avatar “yiyousong”

pref:优化部门和呼叫器皮肤设置

parent 0145ddfc
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
type="edit" type="edit"
class="department_edit" class="department_edit"
title="编辑" title="编辑"
@click="showModal(v)" @click.stop="showModal(v)"
/> />
</a-tooltip> </a-tooltip>
<a-tooltip> <a-tooltip>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<a-icon <a-icon
type="delete" type="delete"
@click="delDepartment(v.id)" @click.stop="delDepartment(v.id)"
class="delete" class="delete"
department_del department_del
/> />
...@@ -122,11 +122,11 @@ ...@@ -122,11 +122,11 @@
</template> </template>
<!-- 所属楼栋 --> <!-- 所属楼栋 -->
<template slot="building" slot-scope="text"> <template slot="building" slot-scope="text">
<span>{{ text.building ? text.building : "--" }}</span> <span>{{ text.building ? text.building + "" : "--" }}</span>
</template> </template>
<!-- 所属楼层 --> <!-- 所属楼层 -->
<template slot="level" slot-scope="text"> <template slot="level" slot-scope="text">
<span>{{ text.level ? text.level : "--" }}</span> <span>{{ text.level ? text.level + "" : "--" }}</span>
</template> </template>
<!-- 备注 --> <!-- 备注 -->
<template slot="summary" slot-scope="text"> <template slot="summary" slot-scope="text">
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<div class="footer flex jcc aic"> <div class="footer flex jcc aic">
<div class="footer-item"> <div class="footer-item">
<p :style="{ color: filterItem('5', 0) }">当前窗口</p> <p :style="{ color: filterItem('5', 0) }">当前窗口</p>
<p class="footer-data" :style="{ color: filterItem('6', 0) }"> <p class="footer-data" :style="{ color: filterItem('7', 0) }">
A区16号 A区16号
</p> </p>
</div> </div>
...@@ -81,14 +81,14 @@ ...@@ -81,14 +81,14 @@
class="line" class="line"
:style="{ :style="{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem( backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'6', '7',
0 0
)} 45%,${filterItem('6', 0)} 65%,#ccc 100% )`, )} 45%,${filterItem('7', 0)} 65%,#ccc 100% )`,
}" }"
></div> ></div>
<div class="footer-item"> <div class="footer-item">
<p :style="{ color: filterItem('5', 0) }">当前办理</p> <p :style="{ color: filterItem('5', 0) }">当前办理</p>
<p class="footer-data" :style="{ color: filterItem('6', 0) }"> <p class="footer-data" :style="{ color: filterItem('7', 0) }">
A0012 A0012
</p> </p>
</div> </div>
...@@ -96,14 +96,14 @@ ...@@ -96,14 +96,14 @@
class="line" class="line"
:style="{ :style="{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem( backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'6', '7',
0 0
)} 45%,${filterItem('6', 0)} 65%,#ccc 100% )`, )} 45%,${filterItem('7', 0)} 65%,#ccc 100% )`,
}" }"
></div> ></div>
<div class="footer-item"> <div class="footer-item">
<p :style="{ color: filterItem('5', 0) }">等待办理</p> <p :style="{ color: filterItem('5', 0) }">等待办理</p>
<p class="footer-data" :style="{ color: filterItem('6', 0) }"> <p class="footer-data" :style="{ color: filterItem('7', 0) }">
<span>160</span> <span>160</span>
<span>120</span> <span>120</span>
</p> </p>
...@@ -112,14 +112,14 @@ ...@@ -112,14 +112,14 @@
class="line" class="line"
:style="{ :style="{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem( backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'6', '7',
0 0
)} 45%,${filterItem('6', 0)} 65%,#ccc 100% )`, )} 45%,${filterItem('7', 0)} 65%,#ccc 100% )`,
}" }"
></div> ></div>
<div class="footer-item"> <div class="footer-item">
<p :style="{ color: filterItem('5', 0) }">当天办理</p> <p :style="{ color: filterItem('5', 0) }">当天办理</p>
<p class="footer-data" :style="{ color: filterItem('6', 0) }">16</p> <p class="footer-data" :style="{ color: filterItem('7', 0) }">16</p>
</div> </div>
</div> </div>
</div> </div>
......
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