ソースを参照

[VersionBeta] V.1.0.0.0

[Adds]
1.文件夹数量显示
master
zxm 4年前
コミット
5a06471e80
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      src/views/main_web/workspace.vue

+ 3
- 3
src/views/main_web/workspace.vue ファイルの表示

@@ -621,7 +621,7 @@
class="yiyunwenjian_name"
:title="foldergroup.folderGroupName"
>{{ foldergroup.folderGroupName}}</strong>
<strong class="visontext">{{foldergroup.childCount}}个项目</strong>
<strong class="visontext">{{foldergroup.childrenTotalCount}}个项目</strong>
</div>
</draggable>
<!-- zxm修改托拽 end -->
@@ -2132,7 +2132,7 @@ export default {
dialogNewSuperMapVisible: false,
newSuperMap: { showName: "", description: "" },
mapAddress: "北京天安门",
isClient: true, // 是否是客户端
isClient: false, // 是否是客户端

/**新建文件分组 start*/
dialogNewFolderGroup: false, //新建文件分组组弹窗
@@ -5999,7 +5999,7 @@ export default {
var thisApp = this;
var sourceData = evt.draggedContext.element;
var targetData = evt.relatedContext.element;
if (targetData.folderGroupID == "myFile" || targetData.folderGroupID == "myComFile") {
if (!targetData && (targetData.folderGroupID == "myFile" || targetData.folderGroupID == "myComFile")){
targetData.folderID = this.nowFolder.folderID;
}
var draggableData = {};