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