枚举更新

This commit is contained in:
白菜
2026-01-08 17:46:03 +08:00
parent 26a8114840
commit 5e4636fd7d
4 changed files with 10 additions and 22 deletions

View File

@ -99,7 +99,6 @@
</template>
<script>
// import Chart from './Chart.vue'
import DateRangeSelect from './../DateRangeSelect.vue'
import {
getStackNameList,
@ -111,14 +110,6 @@
mapState
} from 'vuex'
export default {
computed: {
...mapState({
workStatusOptions: (state) =>
state.ems.workStatusOptions,
communicationStatusOptions: (state) =>
state.ems.communicationStatusOptions,
})
},
components: {
DateRangeSelect
},