|  | @@ -8,7 +8,7 @@
 | 
	
		
			
				|  |  |      top="10vh"
 | 
	
		
			
				|  |  |      append-to-body
 | 
	
		
			
				|  |  |    >
 | 
	
		
			
				|  |  | -    <div class="el-dialog-div">
 | 
	
		
			
				|  |  | +    <div class="el-dialog-div" style="margin-bottom:20px">
 | 
	
		
			
				|  |  |        <g-search-table
 | 
	
		
			
				|  |  |          ref="st"
 | 
	
		
			
				|  |  |          url="/core/materials/fileList"
 | 
	
	
		
			
				|  | @@ -35,12 +35,11 @@
 | 
	
		
			
				|  |  |            <el-table-column
 | 
	
		
			
				|  |  |              prop="orgName"
 | 
	
		
			
				|  |  |              label="资料上传机构"
 | 
	
		
			
				|  |  | -           min-width="40%"
 | 
	
		
			
				|  |  | +            width="250"
 | 
	
		
			
				|  |  |            ></el-table-column>
 | 
	
		
			
				|  |  | -          <el-table-column label="资料标题" prop="title" min-width="40%"> </el-table-column>
 | 
	
		
			
				|  |  | +          <el-table-column label="资料标题" prop="title" width="300"> </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column
 | 
	
		
			
				|  |  |              label="资料附件"
 | 
	
		
			
				|  |  | -            min-width="20%"
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |            <template slot-scope="scope">
 | 
	
		
			
				|  |  |              <template v-if="scope.row.fileList">
 |