|
@@ -73,7 +73,10 @@
|
|
|
@before="goBefore"
|
|
@before="goBefore"
|
|
|
@goHome="getFolderList"
|
|
@goHome="getFolderList"
|
|
|
/>
|
|
/>
|
|
|
- <div class="tips" v-else>
|
|
|
|
|
|
|
+ <div class="tips flex flex-center flex-justify-start" v-else>
|
|
|
|
|
+ <el-icon class="mr-10" color="#409eff" :size="20"
|
|
|
|
|
+ ><WarningFilled
|
|
|
|
|
+ /></el-icon>
|
|
|
{{ tips }}
|
|
{{ tips }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -205,11 +208,13 @@ export default {
|
|
|
} else if (this.activeName === '3') {
|
|
} else if (this.activeName === '3') {
|
|
|
this.isLatest = ''
|
|
this.isLatest = ''
|
|
|
this.dictKey = 1
|
|
this.dictKey = 1
|
|
|
|
|
+ this.tips = '该项目的相关要件'
|
|
|
this.fetchData()
|
|
this.fetchData()
|
|
|
} else {
|
|
} else {
|
|
|
this.isLatest = this.activeName
|
|
this.isLatest = this.activeName
|
|
|
this.isLatest = ''
|
|
this.isLatest = ''
|
|
|
this.dictKey = 2
|
|
this.dictKey = 2
|
|
|
|
|
+ this.tips = '该项目的相关合同'
|
|
|
this.fetchData()
|
|
this.fetchData()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -233,6 +238,7 @@ export default {
|
|
|
* 获取全部文件
|
|
* 获取全部文件
|
|
|
*/
|
|
*/
|
|
|
getFolderList() {
|
|
getFolderList() {
|
|
|
|
|
+ console.log('dddddd')
|
|
|
this.loading = true
|
|
this.loading = true
|
|
|
const row = {
|
|
const row = {
|
|
|
stageId: this.stageId,
|
|
stageId: this.stageId,
|
|
@@ -348,9 +354,10 @@ export default {
|
|
|
|
|
|
|
|
.tips {
|
|
.tips {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 32px;
|
|
|
|
|
- padding: 8px 5px;
|
|
|
|
|
- background-color: bisque;
|
|
|
|
|
|
|
+ height: 22px;
|
|
|
|
|
+ padding: 5px 5px;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ background-color: #e2eaf5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.files {
|
|
.files {
|