Browse Source

每日面料使用页面调整

l1069030731 2 years ago
parent
commit
14b6f7b880
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/view/store-out-manage/daily-report/daily-report.vue

+ 3 - 3
src/view/store-out-manage/daily-report/daily-report.vue

@@ -18,7 +18,7 @@
             <Button
               :type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
               @click="userClick(item)"
-              v-for="(item, index) in typeList['0']"
+              v-for="(item, index) in typeList['A007']"
               :key="index"
             >
               <span>{{ item.realName }}(</span>
@@ -33,7 +33,7 @@
             <Button
               :type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
               @click="userClick(item)"
-              v-for="(item, index) in typeList['2']"
+              v-for="(item, index) in typeList['A012']"
               :key="index"
             >
               <span>{{ item.realName }}(</span>
@@ -48,7 +48,7 @@
             <Button
               :type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
               @click="userClick(item)"
-              v-for="(item, index) in typeList['1']"
+              v-for="(item, index) in typeList['A008']"
               :key="index"
             >
               <span>{{ item.realName }}(</span>