修改了按钮类型/人员删除注释

master
doublekou 1 year ago
parent 78fa06f859
commit b0799ff52c

@ -80,7 +80,7 @@
<!-- 批量操作更多操作 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="addPush"></a-button>
<a-button @click="addPush"></a-button>
</div>
</a-card>
<!-- 底部表格 -->
@ -649,12 +649,6 @@ const resetForm = () => {
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
.editable-row-operations a {
margin-right: 8px;
}

@ -64,7 +64,7 @@
<!-- 批量操作更多操作 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="handleNew"></a-button>
<a-button @click="handleNew"></a-button>
</div>
</a-card>
<!-- 底部表格 -->
@ -581,12 +581,6 @@ const distributionRulesChange = (data: any, selectedCompany: string[]) => {
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
.editable-row-operations a {
margin-right: 8px;
}

@ -8,7 +8,7 @@
<!-- 分发配置 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="handleNew('distribute')"></a-button>
<a-button @click="handleNew('distribute')"></a-button>
<!-- 更多操作 -->
</div>
</a-card>
@ -239,12 +239,6 @@ const rowSelection = ref({
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
.editable-row-operations a {
margin-right: 8px;
}

@ -8,7 +8,7 @@
<!-- 批量操作更多操作 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="handleNew"></a-button>
<a-button @click="handleNew"></a-button>
<!-- 更多操作 -->
</div>
</a-card>
@ -321,12 +321,6 @@ const cancel = (e: MouseEvent) => {
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
.editable-row-operations a {
margin-right: 8px;
}

@ -8,7 +8,7 @@
<!-- 批量操作更多操作 -->
<!-- <a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="newAppointment"></a-button>
<a-button @click="newAppointment"></a-button>
</div>
</a-card> -->
<!-- 底部表格 -->
@ -156,12 +156,6 @@ const columns: ProColumns[] = [
// .operationButtonArea {
// padding-bottom: 20px;
// }
// .operationButton {
// background-color: #f4f4f5;
// border-radius: 5px;
// color: #909399;
// margin-right: 10px;
// }
.editable-row-operations a {
margin-right: 8px;
}

@ -8,7 +8,7 @@
<!-- 批量操作更多操作 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="newAppointment"></a-button>
<a-button type="primary" @click="newAppointment"></a-button>
<!-- 更多操作 -->
</div>
</a-card>
@ -171,12 +171,6 @@ const columns: ProColumns[] = [
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
.editable-row-operations a {
margin-right: 8px;
}

@ -28,7 +28,7 @@
<operation-group>
<a @click="changePass(record)"></a>
<a @click="handleEdit(record)"></a>
<delete-text-button @confirm="handleDelete(record)" />
<!-- <delete-text-button @confirm="handleDelete(record)" /> -->
</operation-group>
</template>
</template>

@ -8,7 +8,7 @@
<!-- 工具栏 -->
<a-card :bordered="false" :body-style="{ paddingBottom: 0 }">
<div class="operationButtonArea">
<a-button class="operationButton" @click="addShop"></a-button>
<a-button @click="addShop"></a-button>
<!-- 更多操作 -->
</div>
</a-card>
@ -192,12 +192,12 @@ const columns: ProColumns[] = [
.operationButtonArea {
padding-bottom: 20px;
}
.operationButton {
background-color: #f4f4f5;
border-radius: 5px;
color: #909399;
margin-right: 10px;
}
// .operationButton {
// background-color: #f4f4f5;
// border-radius: 5px;
// color: #909399;
// margin-right: 10px;
// }
.editable-row-operations a {
margin-right: 8px;
}

@ -72,9 +72,9 @@
<a-menu-item v-if="hasPermission('system:user:pass')">
<a @click="changePass(record)"></a>
</a-menu-item>
<a-menu-item v-if="hasPermission('system:user:del')">
<!-- <a-menu-item v-if="hasPermission('system:user:del')">
<delete-text-button @confirm="handleDelete(record)" />
</a-menu-item>
</a-menu-item> -->
</a-menu>
</template>
</a-dropdown>

@ -22,13 +22,13 @@ import { antdvStyleDeps } from './src/utils/resolvers'
//项目
// const serverAddress = 'http://admin.ballcat.cn'
//xy
const serverAddress = 'http://172.18.0.225:8000'
// const serverAddress = 'http://172.18.0.225:8000'
//jt
// const serverAddress = 'http://172.18.1.8:8000'
//ts
// const serverAddress = 'http://172.18.0.228:8000'
//测试
// const serverAddress = 'http://39.100.77.21:8000'
const serverAddress = 'http://39.100.77.21:8000'
//线上ip
// const serverAddress = 'http://175.27.212.74:80'

Loading…
Cancel
Save