Compare commits
2 Commits
a46d6e2f24
...
76b1105337
Author | SHA1 | Date |
---|---|---|
|
76b1105337 | |
|
10b4a1b102 |
|
@ -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: (_) => {
|
||||
|
|
Loading…
Reference in New Issue