diff --git a/src/api/lowCode/form/index.ts b/src/api/lowCode/form/index.ts index aae93e4..0d8733f 100644 --- a/src/api/lowCode/form/index.ts +++ b/src/api/lowCode/form/index.ts @@ -25,6 +25,15 @@ export function judgeSubmitCancel(data: any){ export function gainFormPageListCont(data: any) { return request({ url: '/systemapi/customer_form/gainFormPageListCont', + // url: '/systemapi/customer_form/gainListTableFieldTitle', + method: 'post', + data: data + }); +} +//获取表单列表翻页数据(指定字段卡片) +export function tableCusterField(data: any) { + return request({ + url: '/systemapi/customer_form/tableCusterField', method: 'post', data: data }); diff --git a/src/assets/css/public.css b/src/assets/css/public.css index 21550e7..6465e12 100644 --- a/src/assets/css/public.css +++ b/src/assets/css/public.css @@ -50,4 +50,7 @@ body{ } .el-form-item__label{ color: #000000 !important; +} +.el-input__inner{ + color: #000000 !important; } \ No newline at end of file diff --git a/src/components/formTable/index.vue b/src/components/formTable/index.vue index 47c9b8a..3ca969d 100644 --- a/src/components/formTable/index.vue +++ b/src/components/formTable/index.vue @@ -1981,7 +1981,7 @@ defineExpose({