cloud-web-corejs 1.1.0-dev.16 → 1.1.0-dev.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,9 +112,9 @@
112
112
  </div>
113
113
  <div slot="footer" class="dialog-footer" center="true">
114
114
  <div class="fl import-count" v-show="!importLoading">
115
- <span class="f-red doneNum">0</span>
115
+ <span class="f-red doneNum">{{ doneNum }}</span>
116
116
  /
117
- <span class="dataSize">0</span>
117
+ <span class="dataSize">{{ dataSize }}</span>
118
118
  </div>
119
119
  <el-button type="primary" plain class="button-sty" @click="dialogClose2" v-if="!param.importOption.hideCancelButton">
120
120
  <i class="el-icon-close el-icon"></i>