n20-common-lib 2.9.63 → 2.9.65

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.9.63",
3
+ "version": "2.9.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -125,7 +125,7 @@
125
125
  />
126
126
  </el-form-item>
127
127
  </div>
128
- <el-form-item v-if="fileKit || fileKitT" :label="$lc('附加上传')">
128
+ <el-form-item v-if="fileKit || fileKitT" :label="$lc('附件上传')">
129
129
  <cl-upload
130
130
  class="upload-224"
131
131
  :file-name.sync="fileName"
@@ -859,6 +859,7 @@ export default {
859
859
  },
860
860
  onSuccess(file, row, fileList) {
861
861
  this.fileDtos = this.getFileDtos(fileList)
862
+ this.fileName = file.name || ''
862
863
  }
863
864
  }
864
865
  }
@@ -22,7 +22,7 @@ export default {
22
22
  mini: {
23
23
  type: Object,
24
24
  default: () => ({
25
- border: false,
25
+ border: true,
26
26
  size: 'mini',
27
27
  stripe: true
28
28
  })
@@ -82,7 +82,7 @@
82
82
  </template>
83
83
  </div>
84
84
  <div slot="footer" style="height: 32px">
85
- <template v-if="c && footerBtn">
85
+ <template v-if="footerBtn">
86
86
  <el-button
87
87
  v-if="validateResult.successNum > 0"
88
88
  type="primary"