From a2a242b8cd3aaebbfea69ca153459b77b0c32c16 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 11 Nov 2022 15:09:34 +0800
Subject: [PATCH] 删除对接专用
---
src/components/cell/h-cell.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/cell/h-cell.vue b/src/components/cell/h-cell.vue
index 56a46a1..db347d9 100644
--- a/src/components/cell/h-cell.vue
+++ b/src/components/cell/h-cell.vue
@@ -2,7 +2,7 @@
* @Author: 小明丶
* @Date: 2020-05-09 13:38:38
* @LastEditors: zxq
- * @LastEditTime: 2022-04-29 09:33:49
+ * @LastEditTime: 2022-08-30 16:45:16
* @Description: cell框组件
-->
<template>
@@ -15,7 +15,7 @@
<span class="label" :class="[isTitle? 'title' : '']">{{label}}</span>
</div>
<div class="right flex-end-g">
- <slot name="v-cell-right">
+ <!-- <template name="v-cell-right"> -->
<div class="c-text-999-g" v-if="!Show_input">
{{calcValue}}
</div>
@@ -38,7 +38,7 @@
>
<use xlink:href="#iconright" />
</svg>
- </slot>
+ <!-- </template> -->
<slot name="button">
</slot>
--
Gitblit v1.8.0