一些小的修改

master
huangjinysf 12 months ago
parent 30a52376ff
commit a67318e1d3

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

After

Width:  |  Height:  |  Size: 801 KiB

@ -83,7 +83,7 @@
<el-table v-loading="loading" :data="clientList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号主键ID" align="center" prop="id" />
<el-table-column label="序号" align="center" prop="id" width="55" />
<el-table-column label="客户名称" align="center" prop="clientName" />
<el-table-column label="客户简称" align="center" prop="clientShortName" />
<el-table-column label="地址" align="center" prop="address" />
@ -97,7 +97,7 @@
</template>
</el-table-column>
</el-table>
<pagination
v-show="total>0"
:total="total"

@ -239,10 +239,6 @@
</template>
</el-dialog>
</div>
<!-- <div id="app2">-->
<!-- <button @click="showChat = true">打开 AI 聊天</button>-->
<!-- <LocalChatDialog :visible="showChat" @update:visible="showChat = $event" />-->
<!-- </div>-->
</template>
<script setup name="Role">
@ -586,7 +582,3 @@ function cancelDataScope() {
getList();
</script>
<style>
</style>

@ -1,5 +1,6 @@
<template>
<div class="app-container" search>
<my-card title="搜索条件" search>
<el-row :gutter="20">
<splitpanes :horizontal="appStore.device === 'mobile'" class="default-theme">

Loading…
Cancel
Save