部门负责人、副负责人展示样式调整

feature/ais
dxfeng 1 year ago
parent 56697c6f8d
commit 96b358d365

@ -27,7 +27,7 @@ export default defineConfig({
proxy: { proxy: {
'/api': { '/api': {
// 标识需要进行转换的请求的url // 标识需要进行转换的请求的url
target: 'http://10.21.122.33/api', // 服务端域名 / http://localhost:8686 target: 'http://10.21.121.82:8080/api', // 服务端域名 / http://localhost:8686
changeOrigin: true, // 允许域名进行转换 changeOrigin: true, // 允许域名进行转换
pathRewrite: { '^/api': '' }, // 将请求url里的ci去掉 pathRewrite: { '^/api': '' }, // 将请求url里的ci去掉
}, },

@ -156,8 +156,8 @@ export default function companyPage() {
</div> </div>
</div>`; </div>`;
} else if (d.data.ftype == 2) { } else if (d.data.ftype == 2) {
let one = d.data.leader == '' ? 'none' : 'inline-block'; let one = d.data.leader == '' ? 'none' : 'inline';
let three = d.data.deputyLeader == '' ? 'none' : 'inline-block'; let three = d.data.deputyLeader == '' ? 'none' : 'inline';
let two = d.data.header == '' ? 'none' : 'inline-block'; let two = d.data.header == '' ? 'none' : 'inline-block';
return ` return `
<div style="width: 100%; height: 100%; background-size: 100% 100%;" > <div style="width: 100%; height: 100%; background-size: 100% 100%;" >

Loading…
Cancel
Save