| | |
| | | <template slot-scope="scope"> |
| | | <el-button fixed="right" title="详情" type="text" size="mini" @click.stop="handleClick(scope.row)" |
| | | icon="el-icon-document-copy"></el-button> |
| | | <el-button fixed="right" title="同步" type="text" size="mini" @click.stop="tongbu(scope.row)" |
| | | <el-button fixed="right" title="同步" type="text" size="mini" @click.stop="tongbu(scope.row)" v-if="scope.row.tjStatus != '1'" |
| | | icon="el-icon-upload2"></el-button> |
| | | <el-button fixed="right" title="处方" type="text" size="mini" @click.stop="rowClick(scope.row)" |
| | | icon="el-icon-edit-outline"></el-button> |