|
@@ -73,7 +73,7 @@
|
|
限制
|
|
限制
|
|
</a-select-option>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
- <a-input-number
|
|
|
|
|
|
+ <a-input
|
|
disabled="true"
|
|
disabled="true"
|
|
v-if="form.minOrderAmount"
|
|
v-if="form.minOrderAmount"
|
|
size="small"
|
|
size="small"
|
|
@@ -82,7 +82,7 @@
|
|
{{ form.minOrderAmount?'元':'' }}
|
|
{{ form.minOrderAmount?'元':'' }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item prop="upperLimitFlag" label="活动经费上限">
|
|
<a-form-model-item prop="upperLimitFlag" label="活动经费上限">
|
|
- <a-select v-model="form.minOrderFlag" style="width: 160px" size="small" disabled="true">
|
|
|
|
|
|
+ <a-select v-model="form.upperLimitFlag" style="width: 160px" size="small" disabled="true">
|
|
<a-select-option value="0">
|
|
<a-select-option value="0">
|
|
不限
|
|
不限
|
|
</a-select-option>
|
|
</a-select-option>
|
|
@@ -90,7 +90,7 @@
|
|
限制
|
|
限制
|
|
</a-select-option>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
- <a-input-number
|
|
|
|
|
|
+ <a-input
|
|
disabled="true"
|
|
disabled="true"
|
|
v-if="form.upperLimitAmount"
|
|
v-if="form.upperLimitAmount"
|
|
size="small"
|
|
size="small"
|
|
@@ -384,10 +384,23 @@ export default {
|
|
.tabBox::-webkit-scrollbar {
|
|
.tabBox::-webkit-scrollbar {
|
|
width: 0px;
|
|
width: 0px;
|
|
}
|
|
}
|
|
- // .ant-form-item-control .ant-input[disabled]{
|
|
|
|
- // color:#333333;
|
|
|
|
- // background:#ffffff;
|
|
|
|
- // }
|
|
|
|
|
|
+ .ant-form-item-control .ant-input[disabled]{
|
|
|
|
+ color:#333333;
|
|
|
|
+ background:#ffffff;
|
|
|
|
+ }
|
|
|
|
+ .ant-radio-button-wrapper-disabled{
|
|
|
|
+ color:#333333;
|
|
|
|
+ padding:0 16px;
|
|
|
|
+ }
|
|
|
|
+ .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{
|
|
|
|
+ background-color: #ed1c24 !important;
|
|
|
|
+ color:#ffffff;
|
|
|
|
+ padding:0 16px;
|
|
|
|
+ }
|
|
|
|
+ /deep/.ant-select-disabled .ant-select-selection, .ant-cascader-picker-disabled{
|
|
|
|
+ color:#333 !important;
|
|
|
|
+ background:#fff;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|