Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
753d1e2196
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/outpatientRecord/outpatientRecord.vue

+ 3 - 3
src/xt_pages/outpatientRecord/outpatientRecord.vue View File

114
                             <span @click="putOnRecord(1,scope.row)">备案</span>
114
                             <span @click="putOnRecord(1,scope.row)">备案</span>
115
                         </el-button>
115
                         </el-button>
116
 
116
 
117
-                        <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >
118
-                            <span @click="putOnRecord(2,scope.row)">撤消</span>
119
-                        </el-button>
117
+<!--                        <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >-->
118
+<!--                            <span @click="putOnRecord(2,scope.row)">撤消</span>-->
119
+<!--                        </el-button>-->
120
                     </template>
120
                     </template>
121
                 </el-table-column>
121
                 </el-table-column>
122
             </el-table>
122
             </el-table>