API รายการการประเมินผลการปฏิบัติราชการระดับบุคคล
This commit is contained in:
parent
266ad5ef7c
commit
bdbf4582ee
7 changed files with 254 additions and 107 deletions
|
|
@ -25,6 +25,8 @@ interface ArrayFileList {
|
|||
fileName: string;
|
||||
}
|
||||
|
||||
const isReadonly = <boolean>(route.name === "KPIEditEvaluator" ? true : false);
|
||||
|
||||
const documentFile = ref<any>(null);
|
||||
const fileList = ref<ArrayFileList[]>([]);
|
||||
|
||||
|
|
@ -156,7 +158,7 @@ onMounted(() => {
|
|||
</div>
|
||||
<div class="col-12"><q-separator /></div>
|
||||
<div class="row col-12 q-col-gutter-y-sm q-pa-sm">
|
||||
<div class="col-12 row">
|
||||
<div class="col-12 row" v-if="!isReadonly">
|
||||
<q-file
|
||||
for="inputFiles"
|
||||
class="col-12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue