|
|
@ -803,11 +803,11 @@ export default { |
|
|
{ label: this.$t("exchange.d7"), value: 1 }, |
|
|
{ label: this.$t("exchange.d7"), value: 1 }, |
|
|
{ label: this.$t("exchange.d6"), value: 0 } |
|
|
{ label: this.$t("exchange.d6"), value: 0 } |
|
|
], |
|
|
], |
|
|
shixian:[ |
|
|
// shixian:[ |
|
|
{ label: this.$t("contract.d7"), value: 2 }, |
|
|
// { label: this.$t("contract.d7"), value: 2 }, |
|
|
{ label: this.$t("contract.h8"), value: 1 }, |
|
|
// { label: this.$t("contract.h8"), value: 1 }, |
|
|
|
|
|
|
|
|
], |
|
|
// ], |
|
|
canvasShow:false, |
|
|
canvasShow:false, |
|
|
myCanvas:'', |
|
|
myCanvas:'', |
|
|
detail: '', |
|
|
detail: '', |
|
|
@ -872,6 +872,12 @@ export default { |
|
|
}, |
|
|
}, |
|
|
marginCheck(){ |
|
|
marginCheck(){ |
|
|
return parseInt(this.margin); |
|
|
return parseInt(this.margin); |
|
|
|
|
|
}, |
|
|
|
|
|
shixian() { |
|
|
|
|
|
return [ |
|
|
|
|
|
{ label: this.$t("contract.d7"), value: 2 }, |
|
|
|
|
|
{ label: this.$t("contract.h8"), value: 1 }, |
|
|
|
|
|
]; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
watch: { |
|
|
watch: { |
|
|
|