From e693e231200ff82d1e98277070a1a36f538353ca Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 23 Feb 2024 16:09:11 +0800
Subject: [PATCH] 更新
---
src/views/property/propertyCapitalApply.vue | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/views/property/propertyCapitalApply.vue b/src/views/property/propertyCapitalApply.vue
index 7a769fe..8489fa0 100644
--- a/src/views/property/propertyCapitalApply.vue
+++ b/src/views/property/propertyCapitalApply.vue
@@ -28,6 +28,13 @@
v-text="textDispose(row, 'linkPhoneflag', 'linkPhone')">
</el-button>
</template>
+
+
+ <template slot="constructionSchemeUrlsType" slot-scope="{file}">
+ <span>{{ file }}</span>
+ </template>
+
+
</avue-crud>
@@ -313,6 +320,7 @@
label: "议事标题",
prop: "articleId",
search: false,
+ viewDisabled:false,
type: 'select',
dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
props: {
@@ -329,7 +337,8 @@
}, ],
change:(val)=>{
console.log ("val===>", val)
- if(val.value){
+ // console.log("form===>",this.form)
+ if(val.value && !this.form.id){
this.showDialog = true;
this.getDetail( val.value,val.articleRange)
}
--
Gitblit v1.9.3