|
|
@@ -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',
|
|
|
},
|