|  | @@ -23,6 +23,21 @@
 | 
	
		
			
				|  |  |                 @resetColumn="resetColumnTwo('crud', 'option', 'optionBack', 297)"
 | 
	
		
			
				|  |  |                 @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 297)"
 | 
	
		
			
				|  |  |                 @on-load="onLoad">
 | 
	
		
			
				|  |  | +      <template slot="code" slot-scope="scope">
 | 
	
		
			
				|  |  | +        <avue-text-ellipsis :text="scope.row.code" :height="30" use-tooltip placement="top">
 | 
	
		
			
				|  |  | +          <small slot="more">...</small>
 | 
	
		
			
				|  |  | +        </avue-text-ellipsis>
 | 
	
		
			
				|  |  | +      </template>
 | 
	
		
			
				|  |  | +      <template slot="cnName" slot-scope="scope">
 | 
	
		
			
				|  |  | +        <avue-text-ellipsis :text="scope.row.cnName" :height="30" use-tooltip placement="top">
 | 
	
		
			
				|  |  | +          <small slot="more">...</small>
 | 
	
		
			
				|  |  | +        </avue-text-ellipsis>
 | 
	
		
			
				|  |  | +      </template>
 | 
	
		
			
				|  |  | +      <template slot="enName" slot-scope="scope">
 | 
	
		
			
				|  |  | +        <avue-text-ellipsis :text="scope.row.enName" :height="30" use-tooltip placement="top">
 | 
	
		
			
				|  |  | +          <small slot="more">...</small>
 | 
	
		
			
				|  |  | +        </avue-text-ellipsis>
 | 
	
		
			
				|  |  | +      </template>
 | 
	
		
			
				|  |  |        <template slot="remarks" slot-scope="scope">
 | 
	
		
			
				|  |  |          <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
 | 
	
		
			
				|  |  |            <small slot="more">...</small>
 | 
	
	
		
			
				|  | @@ -158,6 +173,7 @@
 | 
	
		
			
				|  |  |                label: "编码",
 | 
	
		
			
				|  |  |                prop: "code",
 | 
	
		
			
				|  |  |                search: true,
 | 
	
		
			
				|  |  | +              slot: true,
 | 
	
		
			
				|  |  |                rules: [{
 | 
	
		
			
				|  |  |                  required: true,
 | 
	
		
			
				|  |  |                  message: "请输入编码",
 | 
	
	
		
			
				|  | @@ -168,6 +184,7 @@
 | 
	
		
			
				|  |  |                label: "中文名称",
 | 
	
		
			
				|  |  |                prop: "cnName",
 | 
	
		
			
				|  |  |                search: true,
 | 
	
		
			
				|  |  | +              slot: true,
 | 
	
		
			
				|  |  |                rules: [{
 | 
	
		
			
				|  |  |                  required: true,
 | 
	
		
			
				|  |  |                  message: "请输入中文名称",
 | 
	
	
		
			
				|  | @@ -178,6 +195,7 @@
 | 
	
		
			
				|  |  |                label: "英文名称",
 | 
	
		
			
				|  |  |                prop: "enName",
 | 
	
		
			
				|  |  |                search: true,
 | 
	
		
			
				|  |  | +              slot: true,
 | 
	
		
			
				|  |  |                rules: [{
 | 
	
		
			
				|  |  |                  required: true,
 | 
	
		
			
				|  |  |                  message: "请输入英文名称",
 |