|  | @@ -48,6 +48,15 @@
 | 
	
		
			
				|  |  |                          <el-switch v-model="form.explosionProof" :disabled="disabled" active-text="是" inactive-text="否"
 | 
	
		
			
				|  |  |                              active-value="1" inactive-value="0" />
 | 
	
		
			
				|  |  |                      </template>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +                    <template slot="originalFactory" slot-scope="{disabled}">
 | 
	
		
			
				|  |  | +                        <el-switch v-model="form.originalFactory" :disabled="disabled" active-text="是" inactive-text="否"
 | 
	
		
			
				|  |  | +                                   active-value="1" inactive-value="0" />
 | 
	
		
			
				|  |  | +                    </template>
 | 
	
		
			
				|  |  | +                    <template slot="selfRecovery" slot-scope="{disabled}">
 | 
	
		
			
				|  |  | +                        <el-switch v-model="form.selfRecovery" :disabled="disabled" active-text="是" inactive-text="否"
 | 
	
		
			
				|  |  | +                                   active-value="1" inactive-value="0" />
 | 
	
		
			
				|  |  | +                    </template>
 | 
	
		
			
				|  |  |                  </avue-form>
 | 
	
		
			
				|  |  |              </trade-card>
 | 
	
		
			
				|  |  |              <containerTitle title="附件信息"></containerTitle>
 | 
	
	
		
			
				|  | @@ -416,12 +425,28 @@ export default {
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          label: "原厂",
 | 
	
		
			
				|  |  |                          prop: "originalFactory",
 | 
	
		
			
				|  |  | -                        span: 8
 | 
	
		
			
				|  |  | +                        span: 8,
 | 
	
		
			
				|  |  | +                        type: 'select',
 | 
	
		
			
				|  |  | +                        dicData: [{
 | 
	
		
			
				|  |  | +                            label: '否',
 | 
	
		
			
				|  |  | +                            value: 0
 | 
	
		
			
				|  |  | +                        }, {
 | 
	
		
			
				|  |  | +                            label: '是',
 | 
	
		
			
				|  |  | +                            value: 1
 | 
	
		
			
				|  |  | +                        }],
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          label: "自修补",
 | 
	
		
			
				|  |  |                          prop: "selfRecovery",
 | 
	
		
			
				|  |  | -                        span: 8
 | 
	
		
			
				|  |  | +                        span: 8,
 | 
	
		
			
				|  |  | +                        type: 'select',
 | 
	
		
			
				|  |  | +                        dicData: [{
 | 
	
		
			
				|  |  | +                            label: '否',
 | 
	
		
			
				|  |  | +                            value: 0
 | 
	
		
			
				|  |  | +                        }, {
 | 
	
		
			
				|  |  | +                            label: '是',
 | 
	
		
			
				|  |  | +                            value: 1
 | 
	
		
			
				|  |  | +                        }],
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          label: "备注",
 |