|
|
|
|
101
|
<el-button size="small" @click="open(3)" type="primary">打印</el-button>
|
101
|
<el-button size="small" @click="open(3)" type="primary">打印</el-button>
|
102
|
|
102
|
|
103
|
|
103
|
|
104
|
- <div v-if="this.$store.getters.xt_user.org_id != 9504 || this.$store.getters.xt_user.org_id != 9538">
|
|
|
|
|
104
|
+ <div v-if="this.$store.getters.xt_user.org_id != 9504 && this.$store.getters.xt_user.org_id != 9538">
|
|
|
105
|
+
|
105
|
<el-button v-loading="loadingone" size="small"
|
106
|
<el-button v-loading="loadingone" size="small"
|
106
|
@click="open(6)"
|
107
|
@click="open(6)"
|
107
|
type="primary">挂号
|
108
|
type="primary">挂号
|