陈少旭 преди 1 година
родител
ревизия
901f7b373e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue Целия файл

@@ -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>