From 899c7476cfdcbf35f23c1e49e6582cdbc8cfdbeb Mon Sep 17 00:00:00 2001 From: chensiAb <chenchenco03@163.com> Date: Mon, 13 Jan 2025 17:39:20 +0800 Subject: [PATCH] fix:千分位方法-表达式写法 --- forms/input/CInput.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/forms/input/CInput.vue b/forms/input/CInput.vue index 5d01979..211d760 100644 --- a/forms/input/CInput.vue +++ b/forms/input/CInput.vue @@ -6,7 +6,7 @@ <template> <view class="c-input" - :class="[unit?'c-input-unit':'', readOnly ? 'read-only':'']" + :class="[unit?'c-input-unit':'', readOnly?'read-only':'']" > <AtInput :name="itemRes.name" -- Gitblit v1.9.1