Browse Source

添加规则按钮文字统一

@dongkboy 4 tuần trước cách đây
mục cha
commit
eebe8b820b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/quoteConfig/agreement/agreementDetails.vue

+ 2 - 2
src/views/quoteConfig/agreement/agreementDetails.vue

@@ -228,7 +228,7 @@
           <!-- 规则选择容器 -->
           <div class="flex items-center justify-end">
             <el-button type="primary" link @click="addRules('and', rules)">
-              添加条件
+              并且条件
               <template #icon>
                 <el-icon>
                   <Plus />
@@ -240,7 +240,7 @@
             @selectChange="(index) => rulesAttrselectChange(index, rules)" />
         </div>
         <el-button class="m-t-20px" plain type="primary" @click="addRules('or')">
-          添加组条件
+          或者条件
           <template #icon>
             <el-icon>
               <Plus />