cloudroam
2024-11-27 763e42786a271fe398eb590264f823a046b956af
565-订单列表:增加用户账号搜索框
已修改1个文件
12 ■■■■■ 文件已修改
pages/order/list/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/list/index.vue
@@ -169,6 +169,18 @@
              },
              { label: '收货地址:', id: 'address', type: 'input' },
              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
              {
                label: '用户账号:',
                id: 'createName',
                type: 'input',
                el: { placeholder: '用户账号' },
                rules: {
                  required: false,
                  pattern:  /^\d{1,11}$/,
                  message: '请输入合法的用户账号',
                  trigger: 'blur',
                },
              },
            ],
          },
        ],