mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 22:53:33 +09:00
first
This commit is contained in:
19
src/pages/sidebar/layouts/contract-list.vue
Normal file
19
src/pages/sidebar/layouts/contract-list.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
const pageTitle = useVueroContext<string>('page-title')
|
||||
onMounted(() => {
|
||||
pageTitle.value = '가격조사'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: '소액계약관리 - 가격조사',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="page-content is-relative tabs-wrapper is-slider is-squared is-inverted is-navbar-lg"
|
||||
>
|
||||
<Contract />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user