Commit 643e0a26 authored by youjie's avatar youjie

no message

parent 23ee89f6
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
<button <button
v-if="titlePrice != '改价详情'" v-if="titlePrice != '改价详情'"
:class="[ :class="[
changePriceMsg.ApplyForState == 2 ? 'normalBtn' : 'hollowFixedBtn' changePriceMsg.ApplyForState == 2||changePriceMsg.ApplyForState == 3 ? 'normalBtn' : 'hollowFixedBtn'
]" ]"
type="primary" type="primary"
@click=" @click="
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<button <button
v-if="titlePrice != '改价详情'" v-if="titlePrice != '改价详情'"
:class="[ :class="[
changePriceMsg.ApplyForState == 3 ? 'normalBtn' : 'hollowFixedBtn' changePriceMsg.ApplyForState == 4 ? 'normalBtn' : 'hollowFixedBtn'
]" ]"
type="primary" type="primary"
@click=" @click="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment