|  | @@ -58,14 +58,14 @@
 | 
											
												
													
														|  |          <el-table-column align="center" label="介绍信编号" prop="letterNo" width="120">
 |  |          <el-table-column align="center" label="介绍信编号" prop="letterNo" width="120">
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  |          <!-- <el-table-column label="序号"  align="center"  type="index" width="70" /> -->
 |  |          <!-- <el-table-column label="序号"  align="center"  type="index" width="70" /> -->
 | 
											
												
													
														|  | -        <el-table-column align="center" header-align="center" label="介绍信类型" prop="type" width="150">
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-table-column align="center" label="介绍信类型" prop="type" width="150">
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <dict-tag :options="dict.type.out_in_type" :value="scope.row.type"/>
 |  |              <dict-tag :options="dict.type.out_in_type" :value="scope.row.type"/>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  | -        <el-table-column align="left"  :show-overflow-tooltip="true" header-align="center" label="来访事由" prop="reasons"/>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-table-column  :show-overflow-tooltip="true" align="center" label="来访事由" prop="reasons"/>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- <el-table-column label="介绍信" header-align="center" align="left" prop="letterNo" width="250">
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!-- <el-table-column label="介绍信" align="center" align="left" prop="letterNo" width="250">
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |            <template v-if="scope.row.letterFile">
 |  |            <template v-if="scope.row.letterFile">
 | 
											
												
													
														|  |              <K-file-upload ref="upload" :isShowUploadBtn="false"
 |  |              <K-file-upload ref="upload" :isShowUploadBtn="false"
 | 
											
										
											
												
													
														|  | @@ -79,16 +79,16 @@
 | 
											
												
													
														|  |              <span>{{ scope.row.startTime }}</span>
 |  |              <span>{{ scope.row.startTime }}</span>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  | -        <el-table-column align="center" header-align="center" label="有效天数" prop="effectiveDays" width="120"/>
 |  | 
 | 
											
												
													
														|  | -        <!-- <el-table-column label="审批时间" width="150" header-align="center" align="left"  prop="approveTime" /> -->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-table-column  align="center" label="有效天数" prop="effectiveDays" width="120"/>
 | 
											
												
													
														|  | 
 |  | +        <!-- <el-table-column label="审批时间" width="150" align="center" align="left"  prop="approveTime" /> -->
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <el-table-column align="center" label="审批状态" prop="approveStatus" width="100">
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-table-column label="审批状态" prop="approveStatus" width="100">
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <dict-tag :options="dict.type.out_in_approve_status" :value="scope.row.approveStatus"/>
 |  |              <dict-tag :options="dict.type.out_in_approve_status" :value="scope.row.approveStatus"/>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  | -        <!-- <el-table-column label="备注" header-align="center" align="left" width="150" prop="description" /> -->
 |  | 
 | 
											
												
													
														|  | -        <el-table-column align="left" class-name="small-padding fixed-width" header-align="center" label="操作"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!-- <el-table-column label="备注" align="center" align="left" width="150" prop="description" /> -->
 | 
											
												
													
														|  | 
 |  | +        <el-table-column class-name="small-padding fixed-width" align="center" label="操作"
 | 
											
												
													
														|  |                           width="180">
 |  |                           width="180">
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-button
 |  |              <el-button
 |