zhangjie 3 周之前
父节点
当前提交
b52871a85e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/order/order-record-manage/index.vue

+ 2 - 2
src/views/order/order-record-manage/index.vue

@@ -52,11 +52,11 @@
   </div>
   <div class="part-box">
     <a-space class="part-action" :size="6">
-      <a-button v-if="userStore.isAdmin" type="text" @click="toImport">
+      <a-button type="text" @click="toImport">
         <template #icon>
           <svg-icon name="icon-import" />
         </template>
-        导入
+        导入
       </a-button>
       <a-button
         v-if="userStore.isAdmin"