@das-fed/ui 6.4.0-dev.30 → 6.4.0-dev.32

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.
@@ -2432,6 +2432,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
2432
2432
  needDisplayFileds: boolean;
2433
2433
  clientType: "pc" | "mobile";
2434
2434
  searchQuerys: import("./type").SearchQuerys[] | [];
2435
+ extraParams: Record<string, any>;
2435
2436
  permissionQuery: number[];
2436
2437
  apiUrl: string;
2437
2438
  reqMethod: string;
@@ -96,6 +96,8 @@ export interface Props {
96
96
 
97
97
  searchQuerys?: SearchQuerys[] | []
98
98
 
99
+ extraParams?: Record<string, any>
100
+
99
101
  permissionQuery: number[]
100
102
 
101
103
  apiUrl?: string | undefined
@@ -1 +1 @@
1
- .das-process-table[data-v-c8d47160]{width:100%;height:100%}.das-process-table .setting-top[data-v-c8d47160]{border-bottom:1px solid #e5e5e5}.das-process-table .setting-top .setting-top-content[data-v-c8d47160]{width:88px;height:32px;line-height:32px;text-align:center;background:#fff;font-size:12px;color:#5582f3;letter-spacing:0;font-weight:400;border-bottom:2px solid #5582f3}.das-process-table .operate[data-v-c8d47160]{display:flex;justify-content:flex-end;align-items:center;height:40px}.das-process-table .operate .text-btn[data-v-c8d47160]{font-size:14px;color:#5582f3;letter-spacing:0;line-height:21px;font-weight:400;cursor:pointer}.das-process-table[data-v-c8d47160] .das-ui-switch{display:block}.no-header-column[data-v-c8d47160] .el-table td.el-table__cell,.no-header-column[data-v-c8d47160] .el-table th.el-table__cell.is-leaf{border-bottom:none}
1
+ .das-process-table[data-v-d10f5660]{width:100%;height:100%}.das-process-table .setting-top[data-v-d10f5660]{border-bottom:1px solid #e5e5e5}.das-process-table .setting-top .setting-top-content[data-v-d10f5660]{width:88px;height:32px;line-height:32px;text-align:center;background:#fff;font-size:12px;color:#5582f3;letter-spacing:0;font-weight:400;border-bottom:2px solid #5582f3}.das-process-table .operate[data-v-d10f5660]{display:flex;justify-content:flex-end;align-items:center;height:40px}.das-process-table .operate .text-btn[data-v-d10f5660]{font-size:14px;color:#5582f3;letter-spacing:0;line-height:21px;font-weight:400;cursor:pointer}.das-process-table[data-v-d10f5660] .das-ui-switch{display:block}.no-header-column[data-v-d10f5660] .el-table td.el-table__cell,.no-header-column[data-v-d10f5660] .el-table th.el-table__cell.is-leaf{border-bottom:none}