|
|
@@ -372,7 +372,7 @@ |
|
|
|
<el-button v-if="equ_index_del&&row.receiveType!=2" type="text" @click="toinifodelete()">删除</el-button> --> |
|
|
|
|
|
|
|
<el-dropdown v-if="(row.receiveType == 2 && euq_index_back)||equ_index_change||equ_index_auto||(row.acceptanceStatus == 1 && equ_index_makeSure)||(row.acceptanceStatus != (1 || 0) && euq_index_normal)||( equ_index_bind&&row.receiveType!=2)||(equ_index_del&&row.receiveType!=2)||(equ_index_ubind&&row.propertyId)" @command="handleCommand($event, row)" trigger="click"> |
|
|
|
<span style="color: #409eff; font-size: 12px; margin-left: 10px; cursor: pointer;"> |
|
|
|
<span style="color: #2671E2; font-size: 12px; margin-left: 10px; cursor: pointer;"> |
|
|
|
更多<i class="el-icon-arrow-down el-icon--right"></i> |
|
|
|
</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
@@ -1567,4 +1567,11 @@ export default { |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
/deep/ .el-button--primary{ |
|
|
|
background: #2671E2 !important; |
|
|
|
border: 1px solid #2671E2 !important; |
|
|
|
} |
|
|
|
/deep/ .el-button--text{ |
|
|
|
color: #2671E2; |
|
|
|
} |
|
|
|
</style> |