230320a303 11 月之前
父節點
當前提交
721aafb4b3

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6d751ac2.b78d47d7.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.82e74e0b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6d751ac2.b73b8abe.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8a141c94.ec9af8cc.js


+ 3 - 3
src/views/house/components/popup/PriceEdit.vue

@@ -20,8 +20,8 @@
         </div>
       </div>
       <div class="scoped-line"></div>
-      <!-- <div class="scoped-batch">
-        <div class="title">批量上传成交价</div>
+      <div class="scoped-batch">
+        <div class="title">批量上传成交价,不检查慎用</div>
         <textarea class="text" v-model="batchText" placeholder="请截图新的成交价并复制粘贴,不要有多余文字"></textarea>
         <tinymce ref="refContent" v-model="batchText" :height="300" />
         <table-list
@@ -35,7 +35,7 @@
         <el-button type="primary" @click="generateHandle">解析[{{ curObj.estate_tag === '二手' ? '二手房' : '新房'  }}]成交数据</el-button>
         <el-button type="success" @click="batchHande">批量插入到[{{ curObj.estate_name }}]</el-button>
         <el-button type="danger" @click="close">关闭弹窗</el-button>
-      </div> -->
+      </div>
     </el-dialog>
   </div>
 </template>

Some files were not shown because too many files changed in this diff