File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/components/graduation/school/upload Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
fluid
4
4
>
5
5
<div >
6
- <v-row v-if =" isSummerPeriod && hasRequiredPermission('GRAD_DIS_UPLOAD ')" >
6
+ <v-row v-if =" isSummerPeriod && hasRequiredPermission('GRAD_SCH_UPLOAD ')" >
7
7
<v-col cols =" 12" >
8
8
<v-alert
9
9
density =" compact"
18
18
</v-alert >
19
19
</v-col >
20
20
</v-row >
21
- <div v-if =" isSummerPeriod && hasRequiredPermission('GRAD_DIS_UPLOAD ')" >
21
+ <div v-if =" isSummerPeriod && hasRequiredPermission('GRAD_SCH_UPLOAD ')" >
22
22
<v-row class =" mt-4" >
23
23
<v-col cols =" 5" >
24
24
<v-row >
217
217
</v-col >
218
218
</v-row >
219
219
</div >
220
- <div v-else-if =" hasRequiredPermission('GRAD_DIS_UPLOAD ')" >
220
+ <div v-else-if =" hasRequiredPermission('GRAD_SCH_UPLOAD ')" >
221
221
<v-row >
222
222
<v-col cols =" 12" >
223
223
<v-alert
You can’t perform that action at this time.
0 commit comments