Browse Source

提交代码

陈少旭 1 year ago
parent
commit
901f7b373e

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue View File

@@ -146,7 +146,7 @@
146 146
                 <template slot-scope="scope">
147 147
                   <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
148 148
                   <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
149
-                  <span v-if="org_id == 1026&&scope.row.type==2">{{ scope.row.project_name }}</span>
149
+                  <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
150 150
 
151 151
                 </template>
152 152
             </el-table-column>