一、该问题的重现步骤是什么?
在options 中如下设置
{
label: "IP地址",
prop: "ipAddr",
type: "input",
rules: [{
required: true,
message: "请输入IP",
trigger: "blur"
},
{ validator: checkIpAddress,
message: 'IP地址格式不正确'
}],
},
其中 checkIpAddress 写在了util里 , 在view里调用
import {downloadXls,checkIpAddress} from "@/utils/util";
但是运行报未找到
扫一扫访问 Blade技术社区 移动端