Compare commits
2 Commits
a46d6e2f24
...
76b1105337
Author | SHA1 | Date |
---|---|---|
|
76b1105337 | |
|
10b4a1b102 |
|
@ -218,7 +218,6 @@ const clearForm = () => {
|
||||||
_formParams.homeAddress = ''
|
_formParams.homeAddress = ''
|
||||||
_formParams.remark = ''
|
_formParams.remark = ''
|
||||||
_formParams.educationLevel = ''
|
_formParams.educationLevel = ''
|
||||||
|
|
||||||
}
|
}
|
||||||
export const showEnterprisesUnit = (record_) => {
|
export const showEnterprisesUnit = (record_) => {
|
||||||
// console.log('🚀 ~ showEnterprisesUnit ~ record_:', record_)
|
// console.log('🚀 ~ showEnterprisesUnit ~ record_:', record_)
|
||||||
|
@ -346,20 +345,6 @@ export const showEnterprisesUnit = (record_) => {
|
||||||
size='small'
|
size='small'
|
||||||
columns={_columns}
|
columns={_columns}
|
||||||
requestApi={_reqApi}
|
requestApi={_reqApi}
|
||||||
// searchFormOptions={{
|
|
||||||
// name: {
|
|
||||||
// type: 'input',
|
|
||||||
// label: '姓名',
|
|
||||||
// },
|
|
||||||
// securityNumber: {
|
|
||||||
// type: 'input',
|
|
||||||
// label: '保安证号',
|
|
||||||
// },
|
|
||||||
// telephone: {
|
|
||||||
// type: 'input',
|
|
||||||
// label: '手机号',
|
|
||||||
// },
|
|
||||||
// }}
|
|
||||||
v-slots={
|
v-slots={
|
||||||
{
|
{
|
||||||
tableHeader: (_) => {
|
tableHeader: (_) => {
|
||||||
|
|
Loading…
Reference in New Issue