|
@@ -4,7 +4,7 @@
|
|
<div class="appealContainer">
|
|
<div class="appealContainer">
|
|
<div class="appeal-left">
|
|
<div class="appeal-left">
|
|
<div class="appeal-left-top">
|
|
<div class="appeal-left-top">
|
|
- <span class="appeal-left-top-span">待审核</span>
|
|
|
|
|
|
+ <span class="appeal-left-top-span Micbold">待审核</span>
|
|
<el-select v-model="value" placeholder="请选择">
|
|
<el-select v-model="value" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in options"
|
|
v-for="item in options"
|
|
@@ -15,7 +15,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="appeal-left-box" v-for="(item,index) in data" :key="index">
|
|
<div class="appeal-left-box" v-for="(item,index) in data" :key="index">
|
|
- <p class="date">{{item.date}}</p>
|
|
|
|
|
|
+ <p class="date MicrYaHei">{{item.date}}</p>
|
|
<div class="appeal-card">
|
|
<div class="appeal-card">
|
|
<div class="appeal-left-div" v-for="(eve,index) in item.value" :key="index">
|
|
<div class="appeal-left-div" v-for="(eve,index) in item.value" :key="index">
|
|
<div class="time">
|
|
<div class="time">
|
|
@@ -36,22 +36,22 @@
|
|
</div>
|
|
</div>
|
|
<div class="appeal-right">
|
|
<div class="appeal-right">
|
|
<div class="detailContainer">
|
|
<div class="detailContainer">
|
|
- <div class="title">未执行申诉单</div>
|
|
|
|
- <div class="nav">
|
|
|
|
|
|
+ <div class="title Micbold">未执行申诉单</div>
|
|
|
|
+ <div class="nav MicrYaHei">
|
|
<span>项目名称:大连万达广场</span>
|
|
<span>项目名称:大连万达广场</span>
|
|
<span>申请人:张三</span>
|
|
<span>申请人:张三</span>
|
|
<span>申请时间:2020.01.13</span>
|
|
<span>申请时间:2020.01.13</span>
|
|
</div>
|
|
</div>
|
|
- <div class="cont1">申诉未执行指令:2020.01.13 14:30 推送策略未执行</div>
|
|
|
|
|
|
+ <div class="cont1 MicrYaHei">申诉未执行指令:2020.01.13 14:30 推送策略未执行</div>
|
|
<div class="cont2">
|
|
<div class="cont2">
|
|
<audit-table></audit-table>
|
|
<audit-table></audit-table>
|
|
</div>
|
|
</div>
|
|
<div class="cont3">
|
|
<div class="cont3">
|
|
- <span>策略评价</span>
|
|
|
|
- <span>执行策略的评价,判断项目执行策略的好坏,执行策略的评价,判断项目执行策略的好最多50个字</span>
|
|
|
|
|
|
+ <span class="Micbold">策略评价</span>
|
|
|
|
+ <span class="MicrYaHei">执行策略的评价,判断项目执行策略的好坏,执行策略的评价,判断项目执行策略的好最多50个字</span>
|
|
</div>
|
|
</div>
|
|
<div class="cont4">
|
|
<div class="cont4">
|
|
- <span>申请原因</span>
|
|
|
|
|
|
+ <span class="Micbold">申请原因</span>
|
|
<span>
|
|
<span>
|
|
<el-select size="mini" v-model="value" placeholder="请选择">
|
|
<el-select size="mini" v-model="value" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|
|
@@ -71,8 +71,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="opinion">
|
|
<div class="opinion">
|
|
- <span class="opinion-title">审批意见</span>
|
|
|
|
- <div class="opinion-bottom">
|
|
|
|
|
|
+ <span class="opinion-title Micbold">审批意见</span>
|
|
|
|
+ <div class="opinion-bottom MicrYaHei">
|
|
<input type="text" />
|
|
<input type="text" />
|
|
<span>不同意</span>
|
|
<span>不同意</span>
|
|
<span>同意</span>
|
|
<span>同意</span>
|
|
@@ -215,7 +215,6 @@ export default {
|
|
.appeal-left-top-span {
|
|
.appeal-left-top-span {
|
|
height: 24px;
|
|
height: 24px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 21px;
|
|
line-height: 21px;
|
|
}
|
|
}
|
|
@@ -225,7 +224,6 @@ export default {
|
|
.date {
|
|
.date {
|
|
height: 18px;
|
|
height: 18px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
color: rgba(141, 147, 153, 1);
|
|
color: rgba(141, 147, 153, 1);
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -298,7 +296,6 @@ export default {
|
|
.title {
|
|
.title {
|
|
height: 32px;
|
|
height: 32px;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -311,7 +308,6 @@ export default {
|
|
span {
|
|
span {
|
|
height: 22px;
|
|
height: 22px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
@@ -319,7 +315,6 @@ export default {
|
|
.cont1 {
|
|
.cont1 {
|
|
height: 22px;
|
|
height: 22px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -336,7 +331,6 @@ export default {
|
|
span:nth-of-type(1) {
|
|
span:nth-of-type(1) {
|
|
height: 24px;
|
|
height: 24px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 21px;
|
|
line-height: 21px;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
@@ -344,7 +338,6 @@ export default {
|
|
span:nth-of-type(2) {
|
|
span:nth-of-type(2) {
|
|
height: 22px;
|
|
height: 22px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
color: rgba(100, 108, 115, 1);
|
|
color: rgba(100, 108, 115, 1);
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
@@ -357,7 +350,6 @@ export default {
|
|
span:nth-of-type(1) {
|
|
span:nth-of-type(1) {
|
|
height: 24px;
|
|
height: 24px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 21px;
|
|
line-height: 21px;
|
|
}
|
|
}
|
|
@@ -390,7 +382,6 @@ export default {
|
|
.opinion-title {
|
|
.opinion-title {
|
|
height: 24px;
|
|
height: 24px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
line-height: 21px;
|
|
line-height: 21px;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
@@ -415,7 +406,6 @@ export default {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
color: rgba(31, 35, 41, 1);
|
|
color: rgba(31, 35, 41, 1);
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
text-align: center;
|