|
@@ -129,7 +129,7 @@ export default {
|
|
],
|
|
],
|
|
stateSelect: [
|
|
stateSelect: [
|
|
{ id: 1, name: '正常' },
|
|
{ id: 1, name: '正常' },
|
|
- { id: 0, name: '异常' }
|
|
|
|
|
|
+ { id: 0, name: '已作废' }
|
|
],
|
|
],
|
|
Type: '', //所属分类
|
|
Type: '', //所属分类
|
|
typeOptions: [
|
|
typeOptions: [
|
|
@@ -158,15 +158,15 @@ export default {
|
|
state: 1,
|
|
state: 1,
|
|
position: [],
|
|
position: [],
|
|
positionSelect: [
|
|
positionSelect: [
|
|
- { id: '1', name: '供电系统-楼层分布' },
|
|
|
|
- { id: '2', name: '暖通空调-原理图' },
|
|
|
|
- { id: '3', name: '暖通空调-楼层分布' },
|
|
|
|
- { id: '4', name: '消防系统-系统概况' },
|
|
|
|
- { id: '5', name: '消防系统-楼层分布' },
|
|
|
|
- { id: '6', name: '弱电系统-楼层分布' },
|
|
|
|
- { id: '7', name: '电梯系统-楼层分布' },
|
|
|
|
- { id: '8', name: '燃气系统-楼层分布' },
|
|
|
|
- { id: '9', name: '土建装饰-石材铺装' }
|
|
|
|
|
|
+ { id: 'GDXT', name: '供电系统-楼层分布' },
|
|
|
|
+ { id: 'FZQZL', name: '暖通空调-原理图' },
|
|
|
|
+ { id: 'NTXT', name: '暖通空调-楼层分布' },
|
|
|
|
+ { id: 'XFBFYCFL', name: '消防系统-系统概况' },
|
|
|
|
+ { id: 'XFXT', name: '消防系统-楼层分布' },
|
|
|
|
+ { id: 'RDXT', name: '弱电系统-楼层分布' },
|
|
|
|
+ { id: 'DTXT', name: '电梯系统-楼层分布' },
|
|
|
|
+ { id: 'RQXT', name: '燃气系统-楼层分布' },
|
|
|
|
+ { id: 'SCPZ', name: '土建装饰-石材铺装' }
|
|
],
|
|
],
|
|
keyword: ''
|
|
keyword: ''
|
|
}
|
|
}
|
|
@@ -316,14 +316,13 @@ export default {
|
|
.legend-library {
|
|
.legend-library {
|
|
th {
|
|
th {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
- color: #646a73;
|
|
|
|
- height: 40px;
|
|
|
|
|
|
+ color: #646a73 !important;
|
|
|
|
+ padding: 6px 0 !important;
|
|
background: rgba(248, 249, 250, 1);
|
|
background: rgba(248, 249, 250, 1);
|
|
}
|
|
}
|
|
-
|
|
|
|
td {
|
|
td {
|
|
- color: #1f2429;
|
|
|
|
|
|
+ color: #1f2429 !important;
|
|
|
|
+ padding: 6px 0 !important;
|
|
}
|
|
}
|
|
.ant-select {
|
|
.ant-select {
|
|
margin-right: 12px;
|
|
margin-right: 12px;
|