Browse Source

修复高度问题

dev-xx
马远东 1 year ago
parent
commit
ac74f0ba4d
  1. 13
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 4
      vite.config.js

13
src/views/aftersales/aftersalesWorkOrder.vue

@ -172,17 +172,11 @@
<div>
<!-- <el-button @click="addingRecord(slotProps.scope)">新增记录</el-button> -->
<el-button
v-if="TabPermissions !== '4' && !AppealStatusT"
v-if="(TabPermissions !== '4' && !AppealStatusT) || (AppealStatusT && UserPermissions !== '仓库客服')"
@click="view(slotProps.scope)"
>查看</el-button
>
<el-button
v-if="AppealStatusT && UserPermissions!='仓库客服'"
@click="view(slotProps.scope)"
>查看</el-button
>
<!-- 处理结果确定和完结确定 -->
<el-button
v-if="TabPermissions == '2'"
@ -3293,4 +3287,7 @@ const CompletedSubmission = () => {
width: 100%;
}
}
:deep(#bodys){
height: auto !important;
}
</style>

4
vite.config.js

@ -14,7 +14,7 @@ export default ({ mode, command }) => {
'/api': {
// target: 'http://192.168.10.126:8889',
// hy
target: 'http://192.168.10.48:13000',
// target: 'http://192.168.10.48:13000',
// lmy
// target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888',
@ -25,7 +25,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.163:9777',//CYZ
target: 'http://192.168.6.163:9777',//CYZ
// target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000',

Loading…
Cancel
Save