huangxw 23 hours ago
parent
commit
cb8bf0b7ed
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/plant/storage/finished-product/sales-record-list/index.vue

+ 1 - 2
src/plant/storage/finished-product/sales-record-list/index.vue

@@ -18,7 +18,6 @@
 <script setup lang="ts">
 import { useClientRequest } from '@/utils/request';
 import { formItemBtnListStyle } from '@/assets/styles/uview-plus';
-
 const { proxy } = getCurrentInstance() as ComponentInternalInstance;
 const { pt_pack_ref_type } = toRefs<any>(proxy?.useDict('pt_pack_ref_type'));
 const list = ref<any[]>();
@@ -42,7 +41,7 @@ const query = async (pageNum: number, pageSize: number) => {
 // 暂存项左滑删除配置
 const optionsActionTemp = reactive([
     {
-        text: '删除',
+        text: '撤回',
         style: {
             backgroundColor: '#F74C30',
         },