yc-vep-ui 0.3.14 → 0.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4319,7 +4319,10 @@ function Ti(e) {
|
|
|
4319
4319
|
label: "当前环节",
|
|
4320
4320
|
prop: "activityName",
|
|
4321
4321
|
span: 12,
|
|
4322
|
-
render: ({ h: e, data: t }) => e.
|
|
4322
|
+
render: ({ h: e, data: t }) => e.text({
|
|
4323
|
+
prop: t?.activityName,
|
|
4324
|
+
type: "primary"
|
|
4325
|
+
})
|
|
4323
4326
|
},
|
|
4324
4327
|
{
|
|
4325
4328
|
label: "当前处理人",
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-
|
|
1
|
+
import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-Ml2h_886.js";
|
|
2
2
|
export { i as useDictionary, t as useFetch, e as useRoute, n as useRouter, a as useTable, r as useUser };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FetchOptions } from '../useFetch';
|
|
2
2
|
import { IExtra, TableReturn } from './type';
|
|
3
|
-
export declare function useComTable<T
|
|
3
|
+
export declare function useComTable<T>(url: string, options: FetchOptions<T> & IExtra): TableReturn<T>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IExtra } from './type';
|
|
2
2
|
import { FetchOptions } from '../useFetch';
|
|
3
|
-
export declare function useTable<T>(url: string, options: FetchOptions<T> & IExtra): TableReturn<T>;
|
|
3
|
+
export declare function useTable<T>(url: string, options: FetchOptions<T> & IExtra): import('./type').TableReturn<T>;
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { S as e, _ as t, a as n, b as r, f as i, g as a, h as o, i as s, m as c, n as l, p as u, r as d, t as f, v as p, x as m, y as h } from "./entry-
|
|
1
|
+
import { S as e, _ as t, a as n, b as r, f as i, g as a, h as o, i as s, m as c, n as l, p as u, r as d, t as f, v as p, x as m, y as h } from "./entry-Ml2h_886.js";
|
|
2
2
|
export { e as UiCard, o as UiDescriptions, c as UiDialog, p as UiEditor, r as UiFilter, h as UiForm, a as UiInfiniteScroll, u as UiStaffSelect, m as UiTable, t as UiTree, i as UiUpload, s as YcApproval, d as default, d as ycPlugin, f as getHostVue, n as hooks, l as setHostVue };
|