|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <hc-new-dialog is-table widths="95%" :show="isShow" :title="`中间计量${dataId ? '修改' : '新增'}`" :footer="!isView " @save="addModalSave" @close="addModalClose">
|
|
|
+ <hc-new-dialog is-table widths="95%" :show="isShow" :title="`中间计量${dataId ? isView ? '查看' : '修改' : '新增'}`" :footer="!isView " @save="addModalSave" @close="addModalClose">
|
|
|
<div v-loading="isLoading" class="relative h-full flex">
|
|
|
<div v-if="!dataId" :id="`hc_tree_card_${uuid}`" class="hc_tree_card_border relative">
|
|
|
<hc-body scrollbar padding="0px">
|