修改 冀北 台账树问题
This commit is contained in:
@@ -132,7 +132,6 @@
|
||||
<div class="bottomBox">
|
||||
<div v-if="showFlag">
|
||||
<div style="height: 70px">
|
||||
|
||||
一级评估:{{ outcome.firstResult }}%
|
||||
{{ outcome.firstResult > 0.1 ? '>' : (outcome.firstResult = 0.1 ? '=' : '<') }} 0.1%
|
||||
<!-- <span>{{ 0.02 < outcome.firstResult && outcome.firstResult < 0.1 ? '满足' : '不满足' }}</span> -->
|
||||
@@ -211,7 +210,7 @@ const factor = [
|
||||
name: 0.95,
|
||||
id: 0.95
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
name: 0.96,
|
||||
id: 0.96
|
||||
@@ -243,7 +242,7 @@ const level2Data = ref([
|
||||
name: '谐波电流幅值(A)'
|
||||
},
|
||||
{
|
||||
name: '国际限值(A)'
|
||||
name: '国标限值(A)'
|
||||
},
|
||||
{
|
||||
name: '是否允许值'
|
||||
|
||||
@@ -13,10 +13,8 @@
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { onMounted, ref, provide } from 'vue'
|
||||
|
||||
import TableStore from '@/utils/tableStore'
|
||||
import TableHeader from '@/components/table/header/index.vue'
|
||||
|
||||
import Table from '@/components/table/index.vue'
|
||||
import PopupEdit from './components/form.vue'
|
||||
defineOptions({
|
||||
|
||||
Reference in New Issue
Block a user