Commit 0f56a845 by 梁建民

Merge branch 'dev/ver/3.0.0' into 'master'

css

See merge request !7
parents a61054a5 47d4afaf
Showing with 4 additions and 4 deletions
......@@ -233,10 +233,10 @@
<!--待报价和已报价才可以新增报价-->
<template v-if="inquireObj.i_status == 1 || inquireObj.i_status == 2">
<template v-if="scope.row.is_bind != 1">
<a href="javascript:;" @click="editSku(scope.row)" class="row rowCenter verCenter btn-element">选择</a>
<a href="javascript:;" @click="editSku(scope.row)" class="row rowCenter verCenter btn-element">报价</a>
</template>
<template v-else>
<a class="row rowCenter verCenter btn-element" style="background: #ccc">选择</a>
<a class="row rowCenter verCenter btn-element" style="background: #ccc">报价</a>
</template>
</template>
</template>
......@@ -287,10 +287,10 @@
<!--待报价和已报价才可以新增报价-->
<template v-if="inquireObj.i_status == 1 || inquireObj.i_status == 2">
<template v-if="scope.row.is_bind != 1">
<a href="javascript:;" @click="edit(scope.row)" class="row rowCenter verCenter btn-element">选择</a>
<a href="javascript:;" @click="edit(scope.row)" class="row rowCenter verCenter btn-element">报价</a>
</template>
<template v-else>
<a class="row rowCenter verCenter btn-element" style="background: #ccc">选择</a>
<a class="row rowCenter verCenter btn-element" style="background: #ccc">报价</a>
</template>
</template>
</template>
......
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 sign in to comment