Commit 3ac12535 authored by 耿迪迪's avatar 耿迪迪

交易中心详情问题

parent 4d008b3e
......@@ -53,7 +53,7 @@
<el-row>
<el-col :span="8">
<el-form-item>
<el-radio v-model="this.tradeData.tradeStatus =='3'?radio ='1':radio='2'" label="1" disabled>通过</el-radio>
<el-radio v-model="this.tradeData.tradeStatus =='3' || this.tradeData.tradeStatus =='5'?radio ='1':radio='2'" label="1" disabled>通过</el-radio>
<el-radio v-model="radio" label="2" disabled>不通过</el-radio>
</el-form-item>
</el-col>
......
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