xsh_1997 3 dni temu
rodzic
commit
6e33cfd973

+ 4 - 4
ruoyi-ui-app/package-a/medicine-tools/index.vue

@@ -101,7 +101,7 @@
101
             bg-color="#f5f5f5"
101
             bg-color="#f5f5f5"
102
             border-color="#e8e8e8"
102
             border-color="#e8e8e8"
103
           />
103
           />
104
-          <view
104
+          <!-- <view
105
             v-if="compatDrugRows.length > 2"
105
             v-if="compatDrugRows.length > 2"
106
             class="mt-compat-remove"
106
             class="mt-compat-remove"
107
             role="button"
107
             role="button"
@@ -109,9 +109,9 @@
109
           >
109
           >
110
             <up-icon name="trash" color="#9ca3af" :size="20" />
110
             <up-icon name="trash" color="#9ca3af" :size="20" />
111
             <text class="mt-compat-remove__txt text-body">{{ $t('medicineToolsPage.btnRemoveCompatRow') }}</text>
111
             <text class="mt-compat-remove__txt text-body">{{ $t('medicineToolsPage.btnRemoveCompatRow') }}</text>
112
-          </view>
112
+          </view> -->
113
         </view>
113
         </view>
114
-        <view class="mt-compat-add">
114
+        <!-- <view class="mt-compat-add">
115
           <up-button
115
           <up-button
116
             type="success"
116
             type="success"
117
             plain
117
             plain
@@ -121,7 +121,7 @@
121
             :disabled="compatDrugRows.length >= compatMaxRows"
121
             :disabled="compatDrugRows.length >= compatMaxRows"
122
             @click="addCompatDrugRow"
122
             @click="addCompatDrugRow"
123
           />
123
           />
124
-        </view>
124
+        </view> -->
125
         <view class="mt-row-btn">
125
         <view class="mt-row-btn">
126
           <up-button
126
           <up-button
127
             type="primary"
127
             type="primary"