zouyu
2023-11-17 e5ed44879d7722c160b9af63ba51b333bc7f4d1d
src/views/plan/operationtask/index.vue
@@ -21,9 +21,9 @@
            </el-button>
            <el-dropdown-menu slot="dropdown">
              <el-dropdown-item
                :key="item"
                :key="index"
                :command="item.command"
                v-for="item in stateTagArr"
                v-for="(item,index) in stateTagArr"
                :disabled="item.disabled"
                >{{ item.label }}</el-dropdown-item
              >