|
@@ -45,7 +45,7 @@
|
|
|
<el-tree highlight-current :expand-on-click-node="true" accordion node-key="id" :data="folderList" :props="orgtreeprops" ref="orgmanagetree">
|
|
<el-tree highlight-current :expand-on-click-node="true" accordion node-key="id" :data="folderList" :props="orgtreeprops" ref="orgmanagetree">
|
|
|
<span class="custom-tree-node" slot-scope="{ node, data }">
|
|
<span class="custom-tree-node" slot-scope="{ node, data }">
|
|
|
<span v-if="data.Type == 1"><i class="el-icon-folder"></i> {{ node.label }}</span>
|
|
<span v-if="data.Type == 1"><i class="el-icon-folder"></i> {{ node.label }}</span>
|
|
|
- <el-link :href="getDownloadFile(data.FileURL)" v-else target="_blank" type="primary">{{ node.label }}</el-link>
|
|
|
|
|
|
|
+ <el-link :href="getDownloadFile(data.FileURL)" v-else target="_blank" type="primary"><i class="el-icon-document"></i> {{ node.label }}</el-link>
|
|
|
<span v-if="data.Type == 0" style="float: right;padding-right: 20px">{{ jsTImeHandle(data.CreateOn) }}
|
|
<span v-if="data.Type == 0" style="float: right;padding-right: 20px">{{ jsTImeHandle(data.CreateOn) }}
|
|
|
<span style="font-size: 15px; color: #f13f40;float: right;padding-left: 100px" v-if="strNew(data.CreateOn+'')">{{ strNew(data.CreateOn+'')}}</span>
|
|
<span style="font-size: 15px; color: #f13f40;float: right;padding-left: 100px" v-if="strNew(data.CreateOn+'')">{{ strNew(data.CreateOn+'')}}</span>
|
|
|
<span style="font-size: 15px; color: #f13f40;float: right;padding-left: 100px" v-else> </span>
|
|
<span style="font-size: 15px; color: #f13f40;float: right;padding-left: 100px" v-else> </span>
|