Commit d1d92475 authored by 罗林杰's avatar 罗林杰

修改API安全

parent 6a580353
......@@ -6,6 +6,9 @@
:title="title"
@ok="handleSubmit"
>
<template #footer v-if="isUpdate === false">
<a-button type="primary" @click="handleSubmit">关闭</a-button>
</template>
<div class="modal_top">
<div><Icon icon="ant-design:hdd-outlined" :size="30" :color="'#1091FE'" /></div>
<div>
......
......@@ -9,6 +9,7 @@
<BasicTable @register="registerTable1">
<template #form-slot>
<a-button
style="margin-left: 400px"
type="primary"
@click="addReview"
:disabled="getRowSelection().selectedRowKeys <= 0"
......
......@@ -71,7 +71,7 @@ export const columns: BasicColumn[] = [
];
export const columnsTable1: BasicColumn[] = [
{
title: '名称',
title: '列名',
dataIndex: 'name',
edit: true,
editable: true,
......@@ -79,7 +79,7 @@ export const columnsTable1: BasicColumn[] = [
];
export const columnsTable2: BasicColumn[] = [
{
title: '名称',
title: '列名',
dataIndex: 'name',
edit: true,
editable: true,
......
<template>
<PageWrapper :title="title" class="content-padding" contentBackground @back="goBack">
<PageWrapper class="content-padding" contentBackground>
<template #headerContent>
<div class="modal_top">
<div @click="goBack"><Icon icon="fluent-mdl2:back" :size="20" :color="'#2f3031'" /></div>
<div><Icon icon="ant-design:hdd-outlined" :size="30" :color="'#1091FE'" /></div>
<div>
<div class="title">{{ formParams.fieldName }}</div>
......@@ -30,9 +31,6 @@
confirm: handleDelete.bind(null, record),
},
},
{
label: '移动',
},
]"
/>
</template>
......@@ -57,9 +55,6 @@
confirm: handleDelete.bind(null, record),
},
},
{
label: '移动',
},
]"
/>
</template>
......@@ -120,9 +115,6 @@
confirm: handleDelete.bind(null, record),
},
},
{
label: '移动',
},
]"
/>
</template>
......@@ -131,7 +123,7 @@
</template>
</BasicForm>
</div>
<AddSensitiveRulersModal @register="registerModal"/>
<AddSensitiveRulersModal @register="registerModal" />
</PageWrapper>
</template>
<script lang="ts" setup>
......@@ -440,7 +432,6 @@
</script>
<style lang="scss" scoped>
.modal_top {
padding: 20px 0 20px 20px;
display: flex;
align-items: center;
.title {
......
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