liujiejie 1 month ago
parent
commit
0af3ac6293
2 changed files with 12 additions and 8 deletions
  1. 4 4
      src/views/ledger/milltype.vue
  2. 8 4
      src/views/ledger/windsite.vue

+ 4 - 4
src/views/ledger/milltype.vue

@@ -129,9 +129,9 @@
             <el-button @click="compile(scope.row)" type="text" size="small"
               >编辑</el-button
             >
-            <el-button @click="uploading(scope.row)" type="text" size="small"
+            <!-- <el-button @click="uploading(scope.row)" type="text" size="small"
               >上传</el-button
-            >
+            > -->
             <el-button
               v-if="scope.row.state == 0"
               @click="start(scope.row, 1)"
@@ -330,9 +330,9 @@
           <span>{{ particularsdata.ratedCutOutWindspeed }} m/s</span>
         </div>
       </div>
-      <div class="attachment">
+      <!-- <div class="attachment">
         <p class="model-center" @click="downloadfile">下载标准功率曲线附件</p>
-      </div>
+      </div> -->
     </el-dialog>
 
     <!-- 上传 -->

+ 8 - 4
src/views/ledger/windsite.vue

@@ -114,7 +114,7 @@
           </template>
         </el-table-column>
 
-        <!-- <el-table-column
+        <el-table-column
           align="center"
           prop="contractNumber"
           label="合同功率曲线数"
@@ -125,7 +125,7 @@
               scope.row.contractNumber
             }}</el-button>
           </template>
-        </el-table-column> -->
+        </el-table-column>
 
         <el-table-column
           prop="provinceName"
@@ -466,8 +466,12 @@
           </p>
         </div>
       </div>
-      <div style="height: 30px; text-align: right; margin-top: 10px" >
-        <el-button class="batch-submit" type="primary" size="small" @click="ONbatch"
+      <div style="height: 30px; text-align: right; margin-top: 10px">
+        <el-button
+          class="batch-submit"
+          type="primary"
+          size="small"
+          @click="ONbatch"
           >提交</el-button
         >
       </div>