Mr.Zhang
2023-08-22 e2ed556bb9331cb65daf184eed646a7295c37b51
screen_standard/src/stores/counter.js
@@ -4,20 +4,15 @@
export const useCounterStore = defineStore('enterprise', {
  state: () => {
    // 678
<<<<<<< HEAD
    return { companyId: '', departId: '' };
=======
    return {
      companyId: '8',
      departId: '132',
      departId: '178',
      delayNum: 0, // 延期计划数
      deviceNum: 0, // 今日生产设备数
      ingNum: 0, // 执行中计划数
      prouserNum: 0, // 今日生产人数
      unqualifiedRate: 0 // 今日不良品率
    };
>>>>>>> 8eebd3b823c2e477f949b7f06b6e972ec09327df
  },
  actions: {