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