瀏覽代碼

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 3 週之前
父節點
當前提交
4f35551f2d
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue

+ 8 - 4
src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue 查看文件

@@ -149,8 +149,11 @@
149 149
                     <div style="display:flex;align-items:center;">
150 150
                         <el-input v-model="scope.row.single_dose" @input="getProjectSingleDose(scope)"
151 151
                                   placeholder=""></el-input>
152
-                        <div>{{scope.row.unit}}</div>
153
-                      <div v-if="scope.row.unit == ''">{{scope.row.good_info.default_count_unit}}</div>
152
+<!--                      <div v-if="scope.row.unit == ''">{{scope.row.good_info.default_count_unit}}</div>-->
153
+                      <div >{{scope.row.unit}}</div>
154
+
155
+<!--                      <div v-else="scope.row.unit == ''">{{scope.row.good_info.default_count_unit}}</div>-->
156
+
154 157
                     </div>
155 158
 
156 159
                 </template>
@@ -184,8 +187,9 @@
184 187
                 <template slot-scope="scope">
185 188
                     <div style="display:flex;align-items:center;">
186 189
                         <el-input v-model="scope.row.total" style="width:60%" placeholder=""></el-input>
187
-                        <div>{{scope.row.unit}}</div>
188
-                      <div v-if="scope.row.unit == ''">{{scope.row.good_info.default_count_unit}}</div>
190
+<!--                      <div v-if="scope.row.unit == ''">{{scope.row.good_info.default_count_unit}}</div>-->
191
+                      <div >{{scope.row.unit}}</div>
192
+
189 193
                     </div>
190 194
                 </template>
191 195
             </el-table-column>