|  |  |  | 
|---|
|  |  |  | :value-enum="EnumDbAuditOperateText" | 
|---|
|  |  |  | buttonStyle | 
|---|
|  |  |  | showAllBtn | 
|---|
|  |  |  | :all-btn-value="null" | 
|---|
|  |  |  | @change="getList()" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </QueryFilterItem> | 
|---|
|  |  |  | 
|---|
|  |  |  | v-if="row.createdUser" | 
|---|
|  |  |  | type="primary" | 
|---|
|  |  |  | link | 
|---|
|  |  |  | @click=" | 
|---|
|  |  |  | handleAdd({ json: { createdUser: JSON.parse(JSON.stringify(row.createdUser)) } }) | 
|---|
|  |  |  | " | 
|---|
|  |  |  | @click="handleAdd({ json: { createdUser: row.createdUser } })" | 
|---|
|  |  |  | >查看</el-button | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | 
|---|
|  |  |  | pageModel: { | 
|---|
|  |  |  | rows: pageSize, | 
|---|
|  |  |  | page: pageIndex, | 
|---|
|  |  |  | // orderInput: extraParamState.orderInput, | 
|---|
|  |  |  | orderInput: extraParamState.orderInput, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | createdTimeBegin: format(extraParamState.createdTime?.[0] ?? '', 'YYYY-MM-DD 00:00:00'), | 
|---|
|  |  |  | createdTimeEnd: format(extraParamState.createdTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), | 
|---|
|  |  |  | 
|---|
|  |  |  | json: { | 
|---|
|  |  |  | oldValues: JSON.parse(row.oldValues), | 
|---|
|  |  |  | newValues: JSON.parse(row.newValues), | 
|---|
|  |  |  | createdUser: JSON.parse(JSON.stringify(row.createdUser)), | 
|---|
|  |  |  | createdUser: row.createdUser, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|