doctor-admin-components 1.0.14-beta.15 → 1.0.14-beta.16

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,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.14-beta.15",
4
+ "version": "1.0.14-beta.16",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -1064,7 +1064,7 @@
1064
1064
  </div>
1065
1065
  </el-col>
1066
1066
 
1067
- <el-row v-if="channel !== 'official-website'">
1067
+ <div v-if="channel !== 'official-website'">
1068
1068
  <el-col :span="24" style="padding-top: 20px;">
1069
1069
  <span>内部文件夹</span>
1070
1070
  <div class="file-list" v-if="contract.contractType == 'purchase'">
@@ -1106,7 +1106,7 @@
1106
1106
  :isShowTip="false" uploadNameStr="内部文件" />
1107
1107
  </div>
1108
1108
  </el-col>
1109
- </el-row>
1109
+ </div>
1110
1110
 
1111
1111
  </div>
1112
1112
  </template>