Commit 694845a8 by 庄冰

lzq

parent 911d8f8e
......@@ -825,8 +825,10 @@
</transition>
<el-dialog title="提示" :visible.sync="showConfrim" width="30%" style="z-Index:9999;">
<div v-for="(item, index) in nclOne" :key="index" style="margin-bottom:10px;">
{{item.code}}类{{item.name}},商品/服务项目<span
style="color:red;">不足10项</span>,已选{{item.checked}}项,还可选{{10-item.checked}}个小项</span>
<div v-show="item.checked < 10">
{{item.code}}类{{item.name}},商品/服务项目<span
style="color:red;">不足10项</span>,已选{{item.checked}}项,还可选{{10-item.checked}}个小项</span>
</div>
</div>
<span slot="footer" class="dialog-footer" style="text-align:center;">
<el-button
......@@ -844,4 +846,4 @@
<el-button type="primary" @click="goGsbLogin">去登录</el-button>
</span>
</el-dialog>
</div>
\ No newline at end of file
</div>
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