修改bug

This commit is contained in:
‘937886381’
2023-07-19 09:23:37 +08:00
parent f002123cf5
commit b810720fbd
43 changed files with 1910 additions and 467 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-01-11 09:24:58
* @LastEditTime: 2023-07-12 14:43:09
* @LastEditTime: 2023-07-18 10:21:26
* @LastEditors: zhp
* @Description:
-->
@@ -114,18 +114,18 @@ export default {
param: 'name',
clearable: true
},
{
type: "button",
btnName: "搜索",
name: "search",
color: "primary",
},
{
type: "button",
btnName: "新增",
name: "add",
color: "success",
plain: true
},
{
type: "button",
btnName: "搜索",
name: "search",
color: "primary",
}
],
};