去除字体,修改工作台显示

des
吕天方 10 months ago
parent 004c866dc3
commit bc69b41660

@ -143,13 +143,13 @@
.el-table { .el-table {
margin-bottom: 25px; margin-bottom: 25px;
th { th {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
} }
td { td {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
@ -159,7 +159,7 @@
} }
.project-name { .project-name {
text-decoration: underline; text-decoration: underline;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #1890FF; color: #1890FF;
@ -189,7 +189,7 @@
padding: 28px 28px 0 28px; padding: 28px 28px 0 28px;
.project-info-title { .project-info-title {
margin-bottom: 28px; margin-bottom: 28px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -197,13 +197,13 @@
.el-descriptions-item__label { .el-descriptions-item__label {
background: #F5F8FA; background: #F5F8FA;
width: 230px; width: 230px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.el-descriptions-item__content { .el-descriptions-item__content {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
width: 430px; width: 430px;
font-size: 14px; font-size: 14px;
@ -212,7 +212,7 @@
.info-link { .info-link {
// display: flex; // display: flex;
// align-items: center; // align-items: center;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333; color: #333;
@ -238,7 +238,7 @@
border-bottom: 1px solid #E4E7ED; border-bottom: 1px solid #E4E7ED;
.tabs-top-item { .tabs-top-item {
padding: 5px 34px; padding: 5px 34px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #999999; color: #999999;
@ -247,7 +247,7 @@
.active-item { .active-item {
background: #1890FF; background: #1890FF;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #FFFFFF; color: #FFFFFF;
@ -261,19 +261,19 @@
.el-descriptions-item__label { .el-descriptions-item__label {
background: #F5F8FA; background: #F5F8FA;
width: 220px; width: 220px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.el-descriptions-item__content { .el-descriptions-item__content {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.tabOneFileLabel { .tabOneFileLabel {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
@ -282,7 +282,7 @@
} }
.tabOneFileContent { .tabOneFileContent {
a { a {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
@ -290,7 +290,7 @@
} }
.project-info-title { .project-info-title {
margin-bottom: 28px; margin-bottom: 28px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -332,7 +332,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
.project-info { .project-info {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -377,13 +377,13 @@
flex-direction: column; flex-direction: column;
span { span {
&:nth-of-type(1) { &:nth-of-type(1) {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
&:nth-of-type(2) { &:nth-of-type(2) {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
@ -419,13 +419,13 @@
padding: 20px 15px 10px 15px; padding: 20px 15px 10px 15px;
border-bottom: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9;
.memo-keyword-title { .memo-keyword-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.memo-keyword-content { .memo-keyword-content {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
@ -437,13 +437,13 @@
.memo-content { .memo-content {
padding: 20px 15px 10px 15px; padding: 20px 15px 10px 15px;
.memo-content-title { .memo-content-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.memo-content-content { .memo-content-content {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
@ -459,7 +459,7 @@
.money-schedule { .money-schedule {
height: 100%; height: 100%;
.schedule-title { .schedule-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -479,7 +479,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
.schedule-card-title { .schedule-card-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -488,7 +488,7 @@
margin-left: 20px; margin-left: 20px;
padding: 5px 7px; padding: 5px 7px;
border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 12px; font-size: 12px;
color: #FFFFFF; color: #FFFFFF;
@ -505,7 +505,7 @@
} }
} }
.schedule-time { .schedule-time {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
@ -521,7 +521,7 @@
background-color: #fff; background-color: #fff;
padding: 27px 24px 0 27px; padding: 27px 24px 0 27px;
.projectProgress-title { .projectProgress-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -577,7 +577,7 @@
.card-content-left { .card-content-left {
flex: 1; flex: 1;
.schedule-card-title { .schedule-card-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -585,7 +585,7 @@
.card-content-one,.card-content-two { .card-content-one,.card-content-two {
margin-top: 10px; margin-top: 10px;
span { span {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
&:nth-of-type(1) { &:nth-of-type(1) {
@ -598,7 +598,7 @@
} }
} }
a { a {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #192A92; color: #192A92;
@ -606,14 +606,14 @@
} }
.card-content-three { .card-content-three {
margin-top: 20px; margin-top: 20px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
} }
.card-content-three-red { .card-content-three-red {
margin-top: 40px; margin-top: 40px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #FF1818; color: #FF1818;
@ -635,7 +635,7 @@
} }
} }
.schedule-time { .schedule-time {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #737373; color: #737373;
@ -670,7 +670,7 @@
background: #F1D78C; background: #F1D78C;
border: none; border: none;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
@ -702,7 +702,7 @@
} }
.importExplain { .importExplain {
.importExplain-title { .importExplain-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
@ -710,7 +710,7 @@
.importExplain-content { .importExplain-content {
margin: 10px 0; margin: 10px 0;
span { span {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #666666; color: #666666;
@ -738,7 +738,7 @@
.el-form-item__content { .el-form-item__content {
.el-textarea { .el-textarea {
textarea { textarea {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
@ -778,14 +778,14 @@
.info-content { .info-content {
padding: 10px 20px; padding: 10px 20px;
.info-title { .info-title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
color: #000000; color: #000000;
text-align: center; text-align: center;
} }
.info-content-top { .info-content-top {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
@ -799,7 +799,7 @@
} }
} }
.info-content-content { .info-content-content {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
color: #000000; color: #000000;
@ -810,7 +810,7 @@
.el-dialog__header { .el-dialog__header {
border-bottom: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;
span { span {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 800; font-weight: 800;
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;
@ -879,7 +879,7 @@
cursor: pointer; cursor: pointer;
// background: radial-gradient( farthest-side at 40px 40px, #1B84D2 20%, #30CEF5 100%); // background: radial-gradient( farthest-side at 40px 40px, #1B84D2 20%, #30CEF5 100%);
background: linear-gradient( to right, #1B84D2, #30CEF5); background: linear-gradient( to right, #1B84D2, #30CEF5);
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
color: #FFFFFF; color: #FFFFFF;
@ -912,13 +912,13 @@
align-items: center; align-items: center;
margin-bottom: 15px; margin-bottom: 15px;
.title { .title {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
} }
.el-button { .el-button {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #134EE6; color: #134EE6;
@ -942,19 +942,31 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow:ellipsis; -o-text-overflow:ellipsis;
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
&:last-child { // &:last-child {
width: 20%; // width: 20%;
font-family: PingFang-SC, PingFang-SC; // // font-family: PingFang-SC, PingFang-SC;
font-weight: 500; // font-weight: 500;
font-size: 14px; // font-size: 14px;
color: #1890FF; // color: #1890FF;
text-decoration: underline; // text-decoration: underline;
cursor: pointer; // cursor: pointer;
} // }
}
.last_child_item {
width: 20%;
// font-family: PingFang-SC, PingFang-SC;
font-weight: 500;
font-size: 14px;
color: #1890FF;
text-decoration: underline;
cursor: pointer;
}
.tab-red {
color: #C51717;
} }
} }
.main-item { .main-item {

@ -65,7 +65,7 @@ export default {
.el-dialog__header { .el-dialog__header {
border-bottom: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;
span { span {
font-family: PingFang-SC, PingFang-SC; // font-family: PingFang-SC, PingFang-SC;
font-weight: 800; font-weight: 800;
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;

@ -99,14 +99,14 @@
size="mini" size="mini"
type="text" type="text"
style="color: red;" style="color: red;"
v-if="scope.row.status == 1" v-if="scope.row.status == 1 || scope.row.status == 3"
@click="handleReplace(scope.row)" @click="handleReplace(scope.row)"
>补录</el-button> >补录</el-button>
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
>编辑</el-button> >编辑</el-button> -->
<el-button <el-button
size="mini" size="mini"
type="text" type="text"

@ -164,7 +164,7 @@
<div> <div>
<el-radio-group v-model="form.approvalStatus"> <el-radio-group v-model="form.approvalStatus">
<el-radio label="1">审批通过</el-radio> <el-radio label="1">审批通过</el-radio>
<el-radio label="2">审批驳回</el-radio> <el-radio label="2">审批不通过</el-radio>
<el-radio label="3" v-if="deptId == '105'">退</el-radio> <el-radio label="3" v-if="deptId == '105'">退</el-radio>
</el-radio-group> </el-radio-group>
</div> </div>

@ -1,7 +1,7 @@
<template> <template>
<div class="workbench-box"> <div class="workbench-box">
<header> <header v-if="userType == '02'">
<div class="workbench-serch" v-if="userType == '02'"> <div class="workbench-serch">
<div class="workbench-title"> <div class="workbench-title">
<div class="title-item" :class="checked == index ? 'checked-item' : ''" v-for="(item,index) in tabs" :key="index" @click="changeTab(index)"> <div class="title-item" :class="checked == index ? 'checked-item' : ''" v-for="(item,index) in tabs" :key="index" @click="changeTab(index)">
{{ item.value }} {{ item.value }}
@ -39,14 +39,23 @@
<div class="main-right"> <div class="main-right">
<div class="right-header"> <div class="right-header">
<div class="title">待办提醒</div> <div class="title">待办提醒</div>
<el-button @click="MoreRecords" type="text" v-if="backlogArray.length > 0">>> 更多记录</el-button> <el-button @click="MoreRecords('all')" type="text" v-if="backlogArray.length > 0">>> 更多记录</el-button>
</div> </div>
<div class="right-main" v-if="backlogArray.length > 0" v-loading="loading"> <div class="right-main" v-if="backlogArray.length > 0 && userType == '02'" v-loading="loading">
<div class="main-items" v-for="(item,index) in backlogArray" :key="index" :class="index % 2 == 0 ? '':'main-item'"> <div class="main-items" v-for="(item,index) in backlogArray" :key="index" :class="index % 2 == 0 ? '':'main-item'">
<div>{{ item.matter || item.enterpriseDirectory}}</div> <div>{{ item.matter }} </div>
<div>{{ item.enterpriseName }}</div> <div>{{ (item.status == 1 ? "待初审" : item.status == 2 ? "待复审" : item.status == 3 ? "待终审" : "") }}</div>
<!-- <div>审批知识产权材料</div> --> <!-- <div>审批知识产权材料</div> -->
<div @click="MoreRecords">{{ userType == '02' ? '' : userType == '01' ? '' : '' }}</div> <div @click="MoreRecords('id',item.status)" class="last_child_item">去审批</div>
</div>
</div>
<div class="right-main" v-else-if="backlogArray.length > 0 && userType == '01'" v-loading="loading">
<div class="main-items" v-for="(item,index) in backlogArray" :key="index" :class="index % 2 == 0 ? '':'main-item'">
<div>{{ item.enterpriseDirectory}}</div>
<!-- <div>{{ item.enterpriseName }}</div> -->
<div>{{ (item.status == 0 ? "待填报" : item.status == 8 ? "初审不通过" : item.status == 10 ? "初审退回修改" : item.status == 7 ? "复审不通过" : item.status == 9 ? "终审不通过" : item.status == 5 ? "终审通过" : "") }}</div>
<!-- <div>审批知识产权材料</div> -->
<div @click="MoreRecords('id',item.status)" class="last_child_item" :class="item.status == 0 ? 'tab-red' : item.status == 10 ? 'tab-red' : 'last_child_item'">{{ item.status == 0 ? "去填报" : item.status == 10 ? "去修改" : "去查看"}}</div>
</div> </div>
</div> </div>
<div class="right-main" v-else> <div class="right-main" v-else>
@ -125,7 +134,7 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
creditCode: this.$store.state.user.name, creditCode: this.$store.state.user.name,
statusStr: [0, 10], statusStr: [0, 5, 7, 8, 9, 10],
}, },
// //
open: false, open: false,
@ -184,17 +193,38 @@ export default {
}); });
}, },
// //
MoreRecords(){ MoreRecords(type,status){
if(this.userType == "02") { if(this.userType == "02") {
this.$router.push({ if(type == 'all') {
name: 'PendingReview', this.$router.push({
params: { approvalStatusStr: "0" } name: 'PendingReview',
}) params: { approvalStatusStr: "" }
})
} else {
this.$router.push({
name: 'PendingReview',
params: { approvalStatusStr: "0" }
})
}
} else if(this.userType == "01") { } else if(this.userType == "01") {
this.$router.push({ if(type == 'all') {
name: 'Records', this.$router.push({
params: { statusChange: "0" } name: 'Records',
}) params: { statusChange: "" }
})
} else {
if(status == 0 || status == 10) {
this.$router.push({
name: 'Records',
params: { statusChange: "0" }
})
} else {
this.$router.push({
name: 'Records',
params: { statusChange: "1" }
})
}
}
} }
}, },
// tab // tab

Loading…
Cancel
Save