lin
2024-03-18 b4dfe913dc8a4f2a6304134855ea8238e5d27f9a
消防人员
2 files modified
6 ■■■■ changed files
subPackage/house/houseNumber/index.vue 4 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/editCscj.vue 2 ●●● patch | view | raw | blame | history
subPackage/house/houseNumber/index.vue
@@ -481,8 +481,8 @@
                        }
                        if (item.name == 'threeFireProtection') {
                            item.value = data.threeFireProtection == 1 ? "是" : "否"
                            item.value = data.threeFireProtection == 1 ? "否" : "是"
                        }
                        if (data.isFront == 1 && item.name == "frontType") {
                            this.getBizDict('frontType', (list) => {
subPackage/workbench/views/editCscj.vue
@@ -79,7 +79,7 @@
                            </u-radio>
                        </u-radio-group>
                        <view class="f-30" v-if="currentId">
                            {{form.threeFireProtection == 1?"是":"否"}}
                            {{form.threeFireProtection == 1?"否":"是"}}
                        </view>
                    </u-form-item>
                    <u-form-item class="form-item" labelWidth="100" label="备注:" prop="remark">