perf: add view name

This commit is contained in:
xingyu
2022-11-23 22:26:25 +08:00
parent 9d05b97451
commit 824c54088b
54 changed files with 54 additions and 84 deletions

View File

@ -51,7 +51,6 @@
</template>
</vxe-grid>
</ContentWrap>
<XModal v-model="dialogVisible" :title="dialogTitle">
<!-- 对话框(添加 / 修改) -->
<Form
@ -97,7 +96,7 @@
</template>
</XModal>
</template>
<script setup lang="ts">
<script setup lang="ts" name="Tenant">
import { ref, unref, onMounted } from 'vue'
import { useI18n } from '@/hooks/web/useI18n'
import { useMessage } from '@/hooks/web/useMessage'