yuanyiming пре 2 година
родитељ
комит
cbbf3d9951

+ 1 - 1
src/views/fundManage/makerfundApply.vue

@@ -478,7 +478,7 @@ export default {
             this.progress.show = false;
             // this.imageUrl=require("../../assets/img/jj.jpg")
         },
-        getData(){
+        getData(){     
             let param={
                 uid:this.$store.state.userInfo.userid,
                 fid:''

+ 4 - 0
src/views/projectApply/projectApplication.vue

@@ -649,6 +649,10 @@
               font-size: 16px;
               margin-top: 5px;
               color: #a0a0a0;
+              width: 150px;
+              overflow: hidden;
+              white-space: nowrap;
+              text-overflow: ellipsis;
             }
         .spans1{      //label
               min-width: 84px;

+ 0 - 2
src/views/projectSettlement/projectSettlement.vue

@@ -131,10 +131,8 @@
           min-width="8%">
           <template #default="scope">
             <div>
-              <!-- <span v-if="scope.row.isupload == 0">未结题</span> -->
               <span v-if="scope.row.isupload == 1">进行中</span>
               <span v-if="scope.row.isupload == 2">已结题</span>
-              <!-- <span v-if="scope.row.isupload == 0">未结题</span> -->
            </div>
           </template>
         </el-table-column>