新增:css样式支持
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
data.value = list.map((d) => {
|
||||
return {
|
||||
label: d.dictDataName,
|
||||
value: d.dictDataCode
|
||||
value: d.dictDataCode,
|
||||
component: d.component
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@@ -154,11 +154,6 @@
|
||||
/* 自定义行属性 */
|
||||
const customRow = (record: Company) => {
|
||||
return {
|
||||
// 行点击事件
|
||||
// onClick: () => {
|
||||
// updateVisible(false);
|
||||
// emit('done', record);
|
||||
// },
|
||||
// 行双击事件
|
||||
onDblclick: () => {
|
||||
updateVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user