File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed
src/views/user/monthlyreport/components Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,26 @@ const subScriptionList = shallowRef(subScriptionItems);
2727 <SubScriptionItem :item =" item" :index =" index" />
2828 </template >
2929 <div class =" py-2" ></div >
30- <v-btn color =" secondary" >
31- <v-icon icon =" mdi-plus-circle" color =" lightsecondary" size =" large" ></v-icon >
32- 追加
33- </v-btn >
34- <div class =" pa-2 mr-3 float-right disabledCell" >16000</div >
35- <div class =" float-right align-center pa-2" >合計稼働</div >
36- <v-btn color =" secondary" class =" float-right px-10" >
37- <v-icon icon =" mdi-checkbox-multiple-blank-outline" color =" lightsecondary" size =" large" ></v-icon >
38- 前月をコピー
39- </v-btn >
30+ <div class =" px-0 my-5 work-schedule-button" >
31+ <div >
32+ <v-btn color =" secondary" @click =" scheduledTime.push({})" >
33+ <v-icon icon =" mdi-plus-circle" color =" lightsecondary" size =" large" ></v-icon >
34+ 追加
35+ </v-btn >
36+ <v-btn color =" secondary" class =" ml-3" >
37+ <v-icon icon =" mdi-checkbox-multiple-blank-outline" color =" lightsecondary" size =" large" ></v-icon >
38+ 前月をコピー
39+ </v-btn >
40+ </div >
41+ <div >
42+ <div class =" align-center pa-2" >合計稼働</div >
43+ <div class =" pa-2 mr-3 disabledCell" >16000</div >
44+ <v-btn color =" secondary" class =" px-10 float-right mobile-hidden" >
45+ <v-icon icon =" mdi-tray-arrow-down" color =" lightsecondary" size =" large" ></v-icon >
46+ Excel出力
47+ </v-btn >
48+ </div >
49+ </div >
4050 </v-expansion-panel-text >
4151 </v-expansion-panel >
4252</template >
You can’t perform that action at this time.
0 commit comments