| | |
| | | v-for="(list, index2) in item" |
| | | > |
| | | <div class="card_content"> |
| | | <div class="card_contentLeft">{{ list.materialId }}</div> |
| | | <div class="card_contentLeft font_dian"> |
| | | <el-popover |
| | | width="200" |
| | | :content="list.materialId" |
| | | placement="top-start" |
| | | trigger="click" |
| | | > |
| | | <span slot="reference">{{ list.materialId }}</span> |
| | | </el-popover> |
| | | </div> |
| | | </div> |
| | | <div class="card-top-input-out-l"> |
| | | <div> |
| | |
| | | > |
| | | <div class="card"> |
| | | <div class="card_content"> |
| | | <div class="card_contentLeft"> |
| | | {{ list.materialId }} |
| | | <div class="card_contentLeft font_dian"> |
| | | <el-popover |
| | | width="200" |
| | | :content="list.materialId" |
| | | placement="top-start" |
| | | trigger="click" |
| | | > |
| | | <span slot="reference">{{ list.materialId }}</span> |
| | | </el-popover> |
| | | </div> |
| | | </div> |
| | | <div class="card-top-input-out-l"> |