diff --git a/src/components/templates/run/executions/ListComponent.vue b/src/components/templates/run/executions/ListComponent.vue index dcc8ef1..e997b37 100644 --- a/src/components/templates/run/executions/ListComponent.vue +++ b/src/components/templates/run/executions/ListComponent.vue @@ -1,27 +1,154 @@ - + { - - { label="검색조건" density="compact" :items="searchOptions" - item-title="label" - item-value="value" + item-title="searchType" + item-value="searchText" hide-details - /> + > + + + + + + - { required class="mt-3 mb-3" hide-details - @keyup.enter="doSearch" - /> + @keyup.enter="changePageNum(1)" + > @@ -491,15 +448,14 @@ onMounted(() => { size="large" color="primary" :rounded="5" - @click="doSearch" + @click="changePageNum(1)" > - mdi-magnify + mdi-magnify - @@ -508,8 +464,8 @@ onMounted(() => { class="d-flex align-center mr-3 mb-2 bg-shades-transparent" > 총 {{ data.totalElements.toLocaleString() }}개 + >총 {{ data.totalDataLength.toLocaleString() }}개 + @@ -522,20 +478,28 @@ onMounted(() => { variant="outlined" color="primary" hide-details - @update:model-value="changePageSize" - /> + @update:model-value="changePageNum(1)" + > - - + + Terminate + + + Retry + + + Clone + + + Compare + + + Execution + - @@ -543,9 +507,12 @@ onMounted(() => { density="comfortable" fixed-header height="625" + col-md-12 + col-12 overflow-x-auto > + { + + + {{ item.label }} @@ -566,12 +542,20 @@ onMounted(() => { + + + {{ item.no }} - {{ item.name }} + {{ item.name }} mdi-check-circle { {{ item.startTime }} {{ item.registryStatus }} - - + + + - { :total-visible="10" color="primary" rounded="circle" - @update:model-value="changePageNum" - /> + @update:model-value="getData" + > + + + - - - - {}" - /> - + + + - +