|  | @@ -174,7 +174,7 @@
 | 
	
		
			
				|  |  |                label="所属机构"
 | 
	
		
			
				|  |  |                align="center"
 | 
	
		
			
				|  |  |                prop="orgName"
 | 
	
		
			
				|  |  | -              min-width="20%"
 | 
	
		
			
				|  |  | +              min-width="40%"
 | 
	
		
			
				|  |  |              />
 | 
	
		
			
				|  |  |              <el-table-column
 | 
	
		
			
				|  |  |                label="统计日期"
 | 
	
	
		
			
				|  | @@ -182,9 +182,6 @@
 | 
	
		
			
				|  |  |                prop="date"
 | 
	
		
			
				|  |  |                min-width="20%"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -              <!--              <template slot-scope="scope">
 | 
	
		
			
				|  |  | -                              <span>{{ parseTime(scope.row.date, '{y}-{m}-{d}') }}</span>
 | 
	
		
			
				|  |  | -                            </template>-->
 | 
	
		
			
				|  |  |              </el-table-column>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              <el-table-column label="文件名称" align="center" prop="fileName">
 | 
	
	
		
			
				|  | @@ -197,26 +194,6 @@
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                </template>
 | 
	
		
			
				|  |  |              </el-table-column>
 | 
	
		
			
				|  |  | -            <!--            <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
 | 
	
		
			
				|  |  | -                          <template slot-scope="scope">
 | 
	
		
			
				|  |  | -                            <el-button
 | 
	
		
			
				|  |  | -                              size="mini"
 | 
	
		
			
				|  |  | -                              type="text"
 | 
	
		
			
				|  |  | -                              icon="el-icon-edit"
 | 
	
		
			
				|  |  | -                              @click="handleUpdate(scope.row)"
 | 
	
		
			
				|  |  | -                              v-hasPermi="['core:registerBook:edit']"
 | 
	
		
			
				|  |  | -                            >修改
 | 
	
		
			
				|  |  | -                            </el-button>
 | 
	
		
			
				|  |  | -                            <el-button
 | 
	
		
			
				|  |  | -                              size="mini"
 | 
	
		
			
				|  |  | -                              type="text"
 | 
	
		
			
				|  |  | -                              icon="el-icon-delete"
 | 
	
		
			
				|  |  | -                              @click="handleDelete(scope.row)"
 | 
	
		
			
				|  |  | -                              v-hasPermi="['core:registerBook:remove']"
 | 
	
		
			
				|  |  | -                            >删除
 | 
	
		
			
				|  |  | -                            </el-button>
 | 
	
		
			
				|  |  | -                          </template>
 | 
	
		
			
				|  |  | -                        </el-table-column>-->
 | 
	
		
			
				|  |  |            </el-table>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            <pagination
 |