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

master
doublekou 1 year ago
parent 78fa06f859
commit b0799ff52c

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

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

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

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

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

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

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

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

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

@ -22,13 +22,13 @@ import { antdvStyleDeps } from './src/utils/resolvers'
//项目 //项目
// const serverAddress = 'http://admin.ballcat.cn' // const serverAddress = 'http://admin.ballcat.cn'
//xy //xy
const serverAddress = 'http://172.18.0.225:8000' // const serverAddress = 'http://172.18.0.225:8000'
//jt //jt
// const serverAddress = 'http://172.18.1.8:8000' // const serverAddress = 'http://172.18.1.8:8000'
//ts //ts
// const serverAddress = 'http://172.18.0.228:8000' // 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 //线上ip
// const serverAddress = 'http://175.27.212.74:80' // const serverAddress = 'http://175.27.212.74:80'

Loading…
Cancel
Save