Przeglądaj źródła

Merge branch 'dev' of http://39.101.143.165:8090/dong_k/tenant-Platform into dev

祁鹏飞 4 tygodni temu
rodzic
commit
0b7b6a4bf1

+ 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 />