230320a303 5 달 전
부모
커밋
9d90116e3e

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-28109db7.1caedb29.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.1fc73145.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-28109db7.22d742c7.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-8bbed024.563db952.js


+ 1 - 1
src/views/house/components/popup/TrendUpdate.vue

@@ -5,7 +5,7 @@
       :show-close="false"
       :close-on-click-modal="false"
       :visible.sync="isShow"
-      :title="curObj.id ? `更新${curObj.estate_name}数据` : 'un'"
+      :title="curObj.id ? `更新${curObj.estate_name}-${curObj.product_type}[${curObj.house_square}]数据` : 'un'"
       :fullscreen="false"
       width="700px"
       custom-class="xl-dialog"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.