车间能级提升-智能设备管理系统
baoshiwei
2025-06-20 6c16a58b5b7f38ce9e370eab160b516c058da6e2
eims-ui/apps/web-antd/src/views/eims/insp-st/index.vue
@@ -33,7 +33,7 @@
  Month = 'Month'
}
const curViewMode = ref<ViewMode>(ViewMode.Month);
const curViewMode = ref<ViewMode>(ViewMode.Day);
const formOptions: VbenFormProps = {
  commonConfig: {
    labelWidth: 80,
@@ -251,8 +251,8 @@
  return tableApi.grid.getCheckboxRecords();
}
const dayBtn = ref<any>('default');
const monBtn = ref<any>('primary');
const dayBtn = ref<any>('primary');
const monBtn = ref<any>('default');
function queryData(type: ViewMode) {
  // TODO 日视图和月视图后端已统一方法 前端可删除日视图多余配置