command="state" v-for="(state, i) in receptionStateList" :key="i"> <div class="flex flex-align-center"> <el-badge is-dot class="profile-status__dot" :type="state.type"></el-badge> <div>{{ state.label }}</div> </