|
@@ -149,7 +149,6 @@ function downloadTemplate() {
|
|
|
<PermissionButton :disabled="!checkedList.size" :icon="Open" plain round type="primary" @click="batchOpen">
|
|
|
批量开启
|
|
|
</PermissionButton>
|
|
|
- <VerticalDivider class="px-1" style="margin-left: 7px;" />
|
|
|
<div class="custom-el-input">
|
|
|
<el-select v-model="templateType" placeholder="Select" style="width: 190px">
|
|
|
<template #prefix>
|
|
@@ -166,6 +165,8 @@ function downloadTemplate() {
|
|
|
<el-option label="指导价格模板" value="price" />
|
|
|
</el-select>
|
|
|
</div>
|
|
|
+ <VerticalDivider class="px-1" style="margin-left: 7px;" />
|
|
|
+
|
|
|
<ImportButton :icon="Message" bg text>变更通知导入</ImportButton>
|
|
|
<ImportButton bg text>
|
|
|
<i class="bi bi-box-seam mr-3"></i>
|