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

修改sql审核

parent 4d9a1be7
......@@ -9,6 +9,7 @@
>
<div class="toolbar" style="background: white">
<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'" />
<div style="margin-left: 10px">
<span class="title">{{ info.name }}</span>
......@@ -26,14 +27,7 @@
</div>
</div>
</div>
<BasicForm
style="background: white"
size="middle"
:bordered="false"
:column="2"
:model="info"
@register="registerGuideModeForm"
>
<BasicForm style="background: white; padding-top: 20px" @register="registerGuideModeForm">
<template #ruleContentSlot>
<div class="editor">
<CodeEditor v-model:value="info.sql" />
......
......@@ -8,34 +8,41 @@
:deptId="selectedDeptId"
/>
<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">
<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
style="
display: flex;
align-items: center;
justify-content: space-between;
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>
<a-button
style="margin-left: 800px"
type="primary"
:disabled="isDisabled === true"
@click="handleDeleteIds"
>删除</a-button
>
<a-button
style="margin-left: 10px"
type="primary"
:disabled="isDisabled === true"
@click="handleMove(1)"
>移动</a-button
>
<a-button style="margin-left: 10px" type="primary" @click="handleNewFolder"
>新建文件夹</a-button
>
<a-button style="margin-left: 10px" type="primary" @click="handleNewFile"
>新建文件</a-button
>
<div>
<a-button type="primary" :disabled="isDisabled === true" @click="handleDeleteIds"
>删除</a-button
>
<a-button
style="margin-left: 10px"
type="primary"
:disabled="isDisabled === true"
@click="handleMove(1)"
>移动</a-button
>
<a-button style="margin-left: 10px" type="primary" @click="handleNewFolder"
>新建文件夹</a-button
>
<a-button style="margin-left: 10px" type="primary" @click="handleNewFile"
>新建文件</a-button
>
</div>
</div>
<BasicTable @register="registerTable" :searchInfo="searchInfo">
<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