Update index.tsx

This commit is contained in:
TimSpan 2024-12-25 09:39:32 +08:00
parent 9df3582913
commit 10b4a1b102
1 changed files with 0 additions and 15 deletions

View File

@ -218,7 +218,6 @@ const clearForm = () => {
_formParams.homeAddress = ''
_formParams.remark = ''
_formParams.educationLevel = ''
}
export const showEnterprisesUnit = (record_) => {
// console.log('🚀 ~ showEnterprisesUnit ~ record_:', record_)
@ -346,20 +345,6 @@ export const showEnterprisesUnit = (record_) => {
size='small'
columns={_columns}
requestApi={_reqApi}
// searchFormOptions={{
// name: {
// type: 'input',
// label: '姓名',
// },
// securityNumber: {
// type: 'input',
// label: '保安证号',
// },
// telephone: {
// type: 'input',
// label: '手机号',
// },
// }}
v-slots={
{
tableHeader: (_) => {