lin
2024-03-20 240cab8bb6fd84316f7178272dc43b6520e5891d
src/views/place/residencePermitApply.vue
@@ -191,17 +191,24 @@
              slot: true,
              labelWidth: 110,
            },
            // {
            //   width: 110,
            //   span: 12,
            //   label: "物品名称",
            //   prop: "transactionObject",
            //   searchSpan: 4,
            //   searchLabelWidth: 96,
            //   search: true,
            //   align: 'center',
            //   labelWidth: 110,
            // },
            {
              width: 60,
              searchSpan: 4,
              searchLabelWidth: 60,
              label: "未成年",
              search: true,
              prop: "minors",
              type: "select",
              dicData: [{
                  label: "未成年人员",
                  value: 2
                },
                {
                  label: "全部人员",
                  value: 1
                }
              ],
            },
            {
              width: 160,
              span: 12,