|
@@ -72,7 +72,7 @@
|
|
</el-input>
|
|
</el-input>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</td>
|
|
</td>
|
|
- <td class="FeatureRelate">
|
|
|
|
|
|
+ <td class="FeatureRelate" >
|
|
<el-tooltip :disabled="!item.verifyRelation&&!item.relationNull" class="item" effect="dark" :content="item.verifyRelation||item.relationNull" placement="top">
|
|
<el-tooltip :disabled="!item.verifyRelation&&!item.relationNull" class="item" effect="dark" :content="item.verifyRelation||item.relationNull" placement="top">
|
|
<el-input class="groupTextarea"
|
|
<el-input class="groupTextarea"
|
|
type="textarea"
|
|
type="textarea"
|
|
@@ -85,7 +85,7 @@
|
|
</el-input>
|
|
</el-input>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</td>
|
|
</td>
|
|
- <td class="FeatureResult">
|
|
|
|
|
|
+ <td class="FeatureResult" :class="{inpDisabled:item.type!=3}" >
|
|
<el-tooltip :disabled="!item.verifyResult" class="item" effect="dark" :content="item.verifyResult" placement="top">
|
|
<el-tooltip :disabled="!item.verifyResult" class="item" effect="dark" :content="item.verifyResult" placement="top">
|
|
<el-input class="groupTextarea"
|
|
<el-input class="groupTextarea"
|
|
type="textarea"
|
|
type="textarea"
|
|
@@ -879,6 +879,8 @@
|
|
margin: 0 0 10px 0;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
}
|
|
.inpDisabled{
|
|
.inpDisabled{
|
|
|
|
+ background: #ECECEC;
|
|
|
|
+ cursor: not-allowed;
|
|
textarea {
|
|
textarea {
|
|
background: #ECECEC;
|
|
background: #ECECEC;
|
|
color: #AAAAAA;
|
|
color: #AAAAAA;
|