数据表格
主要实现数据页面效果的代码文件
Last updated
主要实现数据页面效果的代码文件
Last updated
let search = reactive({
phone: '',
username: '',
})interface BtnType {
size?: SizeType | string,
emitFunction: string,
text: string | Function | any,
type?:BtnTypeStr| string
}
示例如下:
{
size: 'small',
emitFunction: "view",
type: 'info',
text: "编辑",
}
const changePassword = {
type: 'error',
text: '修改密码',
emitFunction: 'changePassword'
}
this._handleBtn[0].NButtons.push(changePassword);
this._handleBtn[0].width = 280;this._handleBtn[0].NButtons[0].text = '查看2'