瀏覽代碼

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>