更新8D的bug

This commit is contained in:
2023-07-17 15:50:12 +08:00
parent 7acd83e501
commit 675b716a32
18 changed files with 274 additions and 244 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-01-11 09:24:58
* @LastEditTime: 2023-07-14 10:16:46
* @LastEditTime: 2023-07-17 10:38:45
* @LastEditors: zwq
* @Description:
-->
@@ -84,20 +84,20 @@ const tableProps = [
align: 'center'
},
{
prop: 'userId',
prop: 'userName',
label: i18n.t("code.userId"),
align: 'center'
}
]
const tableBtn = [
{
type: "edit",
btnName: "编辑",
},
{
type: "delete",
btnName: "删除",
},
// {
// type: "edit",
// btnName: "编辑",
// },
// {
// type: "delete",
// btnName: "删除",
// },
{
type: "corrective",
btnName: "纠正",