| | |
| | | <template v-for="item in stateTagArr"> |
| | | <el-dropdown-item |
| | | :command="item.command" |
| | | :disabled="item.disabled" |
| | | >{{ item.eventName }}</el-dropdown-item |
| | | > |
| | | :disabled="item.disabled"> |
| | | {{ item.eventName }} |
| | | </el-dropdown-item> |
| | | </template> |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | |
| | | </el-button> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <template v-for="item in oaStateTagArr"> |
| | | <el-dropdown-item :command="item.command" v-if="item.isShow" |
| | | <el-dropdown-item :key="item" :command="item.command" v-if="item.isShow" |
| | | >{{ item.eventName }} |
| | | </el-dropdown-item> |
| | | </template> |