Commit 98d36d57 authored by 罗林杰's avatar 罗林杰

修改sql审核

parent 4d9a1be7
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
> >
<div class="toolbar" style="background: white"> <div class="toolbar" style="background: white">
<div style="display: flex; align-items: center"> <div style="display: flex; align-items: center">
<Icon icon="ion:arrow-back-sharp" :size="30" :color="'#0e0d0d'" />
<Icon icon="majesticons:table-plus-line" :size="40" :color="'#e9a064'" /> <Icon icon="majesticons:table-plus-line" :size="40" :color="'#e9a064'" />
<div style="margin-left: 10px"> <div style="margin-left: 10px">
<span class="title">{{ info.name }}</span> <span class="title">{{ info.name }}</span>
...@@ -26,14 +27,7 @@ ...@@ -26,14 +27,7 @@
</div> </div>
</div> </div>
</div> </div>
<BasicForm <BasicForm style="background: white; padding-top: 20px" @register="registerGuideModeForm">
style="background: white"
size="middle"
:bordered="false"
:column="2"
:model="info"
@register="registerGuideModeForm"
>
<template #ruleContentSlot> <template #ruleContentSlot>
<div class="editor"> <div class="editor">
<CodeEditor v-model:value="info.sql" /> <CodeEditor v-model:value="info.sql" />
......
...@@ -8,34 +8,41 @@ ...@@ -8,34 +8,41 @@
:deptId="selectedDeptId" :deptId="selectedDeptId"
/> />
<div class="w-3/4 xl:w-4/5 m-4 mr-0" v-else> <div class="w-3/4 xl:w-4/5 m-4 mr-0" v-else>
<div style="display: flex; align-items: center; background-color: white"> <div
<Icon icon="majesticons:table-plus-line" :size="40" :color="'#e9a064'" /> style="
<div style="margin-left: 10px"> display: flex;
<span class="title">错误问题规则</span> align-items: center;
<div> justify-content: space-between;
<span class="path">审核规则</span> background-color: white;
"
>
<div style="display: flex; align-items: center">
<Icon icon="majesticons:table-plus-line" :size="40" :color="'#e9a064'" />
<div style="margin-left: 10px">
<span class="title">错误问题规则</span>
<div>
<span class="path">审核规则</span>
</div>
</div> </div>
</div> </div>
<a-button <div>
style="margin-left: 800px" <a-button type="primary" :disabled="isDisabled === true" @click="handleDeleteIds"
type="primary" >删除</a-button
:disabled="isDisabled === true" >
@click="handleDeleteIds" <a-button
>删除</a-button style="margin-left: 10px"
> type="primary"
<a-button :disabled="isDisabled === true"
style="margin-left: 10px" @click="handleMove(1)"
type="primary" >移动</a-button
:disabled="isDisabled === true" >
@click="handleMove(1)" <a-button style="margin-left: 10px" type="primary" @click="handleNewFolder"
>移动</a-button >新建文件夹</a-button
> >
<a-button style="margin-left: 10px" type="primary" @click="handleNewFolder" <a-button style="margin-left: 10px" type="primary" @click="handleNewFile"
>新建文件夹</a-button >新建文件</a-button
> >
<a-button style="margin-left: 10px" type="primary" @click="handleNewFile" </div>
>新建文件</a-button
>
</div> </div>
<BasicTable @register="registerTable" :searchInfo="searchInfo"> <BasicTable @register="registerTable" :searchInfo="searchInfo">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment