bug
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<template v-else>
|
||||
<el-option v-for="(item, index) in ops" :key="index"
|
||||
:label="item.dictName||item[actionProp.label]"
|
||||
:value="item.dictValue>-1?item.dictValue:item[actionProp.value]"
|
||||
:value="item.dictValue>-1 || item.dictValue ?item.dictValue:item[actionProp.value]"
|
||||
:disabled="check(item[actionProp.value])"/>
|
||||
</template>
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user