mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 00:47:15 +08:00
fix if blockCompanyNameRegMatchStrategy field show check;
This commit is contained in:
@@ -364,12 +364,18 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div
|
<div
|
||||||
v-if="formContent.expectCityList?.length"
|
|
||||||
:style="{
|
:style="{
|
||||||
width: '400px',
|
width: '400px',
|
||||||
borderLeft: '1px solid #f0f0f0',
|
|
||||||
paddingLeft: '10px',
|
paddingLeft: '10px',
|
||||||
flex: `0 0 auto`
|
flex: `0 0 auto`,
|
||||||
|
...(formContent.blockCompanyNameRegExpStr?.length
|
||||||
|
? {
|
||||||
|
borderLeft: '1px solid #f0f0f0'
|
||||||
|
}
|
||||||
|
: {
|
||||||
|
borderLeft: '1px solid transparent',
|
||||||
|
visibility: 'hidden'
|
||||||
|
})
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
|
|||||||
Reference in New Issue
Block a user