|
@@ -267,7 +267,7 @@ export default {
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 8,
|
|
md: 8,
|
|
attributes: {
|
|
attributes: {
|
|
- disabled: this.formType === 2 || this.$route.name == 'website-refund-config',
|
|
|
|
|
|
+ disabled: !this.formData.isDefault,
|
|
placeholder: '请输入',
|
|
placeholder: '请输入',
|
|
type: 'number',
|
|
type: 'number',
|
|
min: 1
|
|
min: 1
|
|
@@ -295,7 +295,7 @@ export default {
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 8,
|
|
md: 8,
|
|
attributes: {
|
|
attributes: {
|
|
- disabled: this.formType === 2 || this.$route.name == 'website-refund-config',
|
|
|
|
|
|
+ disabled: !this.formData.isDefault,
|
|
placeholder: '请输入',
|
|
placeholder: '请输入',
|
|
type: 'number',
|
|
type: 'number',
|
|
min: 1
|
|
min: 1
|
|
@@ -323,7 +323,7 @@ export default {
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 8,
|
|
md: 8,
|
|
attributes: {
|
|
attributes: {
|
|
- disabled: this.formType === 2 || this.$route.name == 'website-refund-config',
|
|
|
|
|
|
+ disabled: !this.formData.isDefault,
|
|
placeholder: '请输入',
|
|
placeholder: '请输入',
|
|
type: 'number',
|
|
type: 'number',
|
|
min: 1
|
|
min: 1
|