| | |
| | | * @Author: 小明丶 |
| | | * @Date: 2020-05-09 13:38:38 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-30 16:43:01 |
| | | * @LastEditTime: 2022-08-30 16:45:16 |
| | | * @Description: cell框组件 |
| | | --> |
| | | <template> |
| | |
| | | <span class="label" :class="[isTitle? 'title' : '']">{{label}}</span> |
| | | </div> |
| | | <div class="right flex-end-g"> |
| | | <template name="v-cell-right"> |
| | | <!-- <template name="v-cell-right"> --> |
| | | <div class="c-text-999-g" v-if="!Show_input"> |
| | | {{calcValue}} |
| | | </div> |
| | |
| | | > |
| | | <use xlink:href="#iconright" /> |
| | | </svg> |
| | | </template> |
| | | <!-- </template> --> |
| | | <slot name="button"> |
| | | |
| | | </slot> |