This commit is contained in:
2024-10-13 17:07:34 +08:00
parent 0ee43a2f99
commit c21162f9c3
5 changed files with 164 additions and 138 deletions

View File

@@ -195,6 +195,7 @@ const handleSubmit = async ({ values, errors }) => {
display: flex;
margin-top: 20px;
color: #333;
perspective: 100px;
span {
font-size: 28px;
margin-left: 15px;

View File

@@ -64,7 +64,7 @@ const crudOptions = ref({
edit: { show: true, api: caseApi.update, text: "修改用例" },
delete: { show: true, api: caseApi.delete },
operationColumnAlign: "center",
isDbClickEdit: false, // 关闭双击编辑
isDbClickEdit: true, // 关闭双击编辑
// 处理新增删除后树状图显示
beforeOpenAdd: function () {
// 1.新增则将form的content数据变为undifined以便判断