|  | @@ -4,7 +4,7 @@
 | 
	
		
			
				|  |  |      :visible.sync="isShow"
 | 
	
		
			
				|  |  |      class="g-dialog-select-safe-check"
 | 
	
		
			
				|  |  |      :close-on-click-modal="false"
 | 
	
		
			
				|  |  | -    width="55%"
 | 
	
		
			
				|  |  | +    width="75%"
 | 
	
		
			
				|  |  |      top="10vh"
 | 
	
		
			
				|  |  |      append-to-body
 | 
	
		
			
				|  |  |    >
 | 
	
	
		
			
				|  | @@ -58,9 +58,9 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <!-- 表格 -->
 | 
	
		
			
				|  |  |          <template slot="columns">
 | 
	
		
			
				|  |  | -          <el-table-column label="编号" align="center" prop="id"/>
 | 
	
		
			
				|  |  | -          <el-table-column prop="orgName" label="机构名称" width="200"></el-table-column>
 | 
	
		
			
				|  |  | -          <el-table-column label="演练项目" align="center" prop="drillType">
 | 
	
		
			
				|  |  | +          <!-- <el-table-column label="编号" align="center" prop="id"/> -->
 | 
	
		
			
				|  |  | +          <el-table-column prop="orgName" align="center" label="机构名称" width="180"></el-table-column>
 | 
	
		
			
				|  |  | +          <el-table-column label="演练项目" align="center" width="180" prop="drillType">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
		
			
				|  |  |                <dict-tag :options="dict.type.core_drill_type" :value="scope.row.drillType"/>
 | 
	
		
			
				|  |  |              </template>
 | 
	
	
		
			
				|  | @@ -70,11 +70,11 @@
 | 
	
		
			
				|  |  |                     <dict-tag :options="dict.type.core_drill_category" :value="scope.row.drillCategory"/>
 | 
	
		
			
				|  |  |                   </template>
 | 
	
		
			
				|  |  |                 </el-table-column>-->
 | 
	
		
			
				|  |  | -          <el-table-column label="演练场景" scoped-slot="drillProjects" align="center" width="180"
 | 
	
		
			
				|  |  | +          <el-table-column label="演练场景"  align="center" width="180" :show-overflow-tooltip="true"
 | 
	
		
			
				|  |  |                             prop="drillProjects">
 | 
	
		
			
				|  |  | -            <template slot-scope="scope">
 | 
	
		
			
				|  |  | +            <!-- <template slot-scope="scope">
 | 
	
		
			
				|  |  |                <div class="ellipsis" :title="scope.row.drillProjects">{{ scope.row.drillProjects }}</div>
 | 
	
		
			
				|  |  | -            </template>
 | 
	
		
			
				|  |  | +            </template> -->
 | 
	
		
			
				|  |  |            </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column
 | 
	
		
			
				|  |  |              label="预设案由"
 |