duy 2 years ago
parent
commit
084777e73d
2 changed files with 6 additions and 2 deletions
  1. 1 1
      src/views/gauge/bezier.vue
  2. 5 1
      src/views/ledger/components/internal.vue

+ 1 - 1
src/views/gauge/bezier.vue

@@ -3,7 +3,7 @@
         <HcCard :scrollbar="false" actionSize="lg">
             <template #header>
                 <HcTooltip keys="gauge-bezier-add">
-                    <el-button type="primary" hc-btn @click="addLineEleModal" :disabled="partData.length<1">
+                    <el-button type="primary" hc-btn @click="addLineEleModal" :disabled="searchForm.partId.length<1">
                         <HcIcon name="add-box"/>
                         <span>添加线元</span>
                     </el-button>

+ 5 - 1
src/views/ledger/components/internal.vue

@@ -134,7 +134,11 @@ const InternalAssess = ref([
 ])
 
 //上报批次
-const InternalReportBatch = ref([])
+const InternalReportBatch = ref([
+     {label: "1", value: 1},
+     {label: "2", value: 2},
+     {label: "3", value: 3},
+])
 
 //是否关联试验
 const InternalAssociation = ref([