Quellcode durchsuchen

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx vor 4 Jahren
Ursprung
Commit
7512517d32

+ 0 - 2
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue Datei anzeigen

@@ -3,8 +3,6 @@
3 3
     <div>{{prescription.name}}</div>
4 4
     <el-table v-if="activeType  == 1" :data="prescription.advices" border style="width: 98%;" :row-style="{ color: '#303133' }"
5 5
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
6
-      <el-table-column align="center" type="selection" width="40"></el-table-column>
7
-      <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
8 6
       <el-table-column align="center" prop="name" label="名称">
9 7
         <template slot-scope="scope">{{ scope.row.drug_name }}</template>
10 8
       </el-table-column>