|
@@ -128,7 +128,7 @@
|
|
|
<span style="margin:0 3px;">|</span>
|
|
|
<el-button type="text" size="small" @click="editData(scope.row.parId,true)">复制</el-button>
|
|
|
<span style="margin:0 3px;">|</span>
|
|
|
- <el-button type="text" size="small" :class="scope.row.parStatus === 0?'':'delete'" @click="showDelDialog(scope.row)">{{scope.row.parStatus === 0?'启用':'禁用'}}</el-button>
|
|
|
+ <el-button type="text" size="small" :class="scope.row.parStatus === 0?'':'unvailable'" @click="showDelDialog(scope.row)">{{scope.row.parStatus === 0?'启用':'禁用'}}</el-button>
|
|
|
<span style="margin:0 3px;">|</span>
|
|
|
<el-button type="text" size="small" class="delete" @click="showDelDialog(scope.row,1)">删除</el-button>
|
|
|
</template>
|
|
@@ -437,4 +437,10 @@
|
|
|
#upFile{
|
|
|
display: none !important;
|
|
|
}
|
|
|
+ .unvailable{
|
|
|
+ color: #FE7D3D;
|
|
|
+ &:hover{
|
|
|
+ color: #f19061;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|