ソースを参照

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 年 前
コミット
7512517d32
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 2
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 0 - 2
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue ファイルの表示

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