|
@@ -45,14 +45,13 @@ const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
|
|
|
|
|
|
filterOptons.buttonList = [
|
|
filterOptons.buttonList = [
|
|
|
{ lable: '查询', className: 'el-button--info', onClick: () => onSearch() },
|
|
{ lable: '查询', className: 'el-button--info', onClick: () => onSearch() },
|
|
|
|
|
+ { lable: '重置', className: 'el-button--info', onClick: () => onSearch(true) }
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
filterOptons.selectList = [
|
|
filterOptons.selectList = [
|
|
|
{
|
|
{
|
|
|
key: 'operateType',
|
|
key: 'operateType',
|
|
|
- selectedValue: undefined,
|
|
|
|
|
options: getOperateTypeSearchList(),
|
|
options: getOperateTypeSearchList(),
|
|
|
- locked: true,
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
|
|
|