|
@@ -250,9 +250,7 @@
|
|
|
v-model="ruleForm.is_gold_price"
|
|
|
filterable
|
|
|
clearable
|
|
|
- :disabled="
|
|
|
- type === 'view' || type === 'editBase' || type === 'editCoin' || createSource === '1'
|
|
|
- "
|
|
|
+ :disabled="true"
|
|
|
style="width: 100%"
|
|
|
placeholder="启用实时金价"
|
|
|
@change="is_goold_price_change"
|
|
@@ -2169,7 +2167,7 @@ export default {
|
|
|
unit: good_unit ? [good_unit] : [],
|
|
|
is_exclusive: exclusiveList || [],
|
|
|
noble_metal: noble_metal || "",
|
|
|
- is_gold_price: is_gold_price || "0",
|
|
|
+ is_gold_price: "0",
|
|
|
moq: moq || "0",
|
|
|
customized: customized || "0",
|
|
|
after_sales: after_sales || "",
|