Compare commits
No commits in common. "76b1105337aa987984b9ae108fb2c9450058fe51" and "a46d6e2f24016883a6a46aca5410b9f1edbdc749" have entirely different histories.
76b1105337
...
a46d6e2f24
|
@ -218,6 +218,7 @@ const clearForm = () => {
|
|||
_formParams.homeAddress = ''
|
||||
_formParams.remark = ''
|
||||
_formParams.educationLevel = ''
|
||||
|
||||
}
|
||||
export const showEnterprisesUnit = (record_) => {
|
||||
// console.log('🚀 ~ showEnterprisesUnit ~ record_:', record_)
|
||||
|
@ -345,6 +346,20 @@ 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