|
@@ -64,7 +64,7 @@
|
64
|
64
|
<div style="display:flex; align-items:center;margin-bottom:10px;">
|
65
|
65
|
<el-button type="primary" size="small" @click="BatchDelete()" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028" >批量备案</el-button>
|
66
|
66
|
<el-button type="primary" size="small" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028" @click="GDYBBatchPutOnRecord()">批量备案</el-button>
|
67
|
|
- <el-link target="_blank" href="https://kuyi.shengws.com/drug_template.xlsx" :underline="false"
|
|
67
|
+ <!-- <el-link target="_blank" href="https://kuyi.shengws.com/drug_template.xlsx" :underline="false"
|
68
|
68
|
style="margin-left:15px">
|
69
|
69
|
<el-button
|
70
|
70
|
class="filter-item"
|
|
@@ -81,7 +81,7 @@
|
81
|
81
|
type="primary"
|
82
|
82
|
size="small"
|
83
|
83
|
>下载日志
|
84
|
|
- </el-button>
|
|
84
|
+ </el-button> -->
|
85
|
85
|
</div>
|
86
|
86
|
<el-table :data="list" border style="width: 100%" :row-style="{ color: '#303133' }"
|
87
|
87
|
:header-cell-style="{backgroundColor: 'rgb(245, 247, 250)', color: '#606266'}"
|