Commit 694845a8 by 庄冰

lzq

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