新增:css样式支持

This commit is contained in:
2024-08-30 17:51:56 +08:00
parent ecf88b04fd
commit 41ad9a474e
33 changed files with 1458 additions and 180 deletions

View File

@@ -62,7 +62,8 @@
data.value = list.map((d) => {
return {
label: d.dictDataName,
value: d.dictDataCode
value: d.dictDataCode,
component: d.component
};
});
});

View File

@@ -154,11 +154,6 @@
/* 自定义行属性 */
const customRow = (record: Company) => {
return {
// 行点击事件
// onClick: () => {
// updateVisible(false);
// emit('done', record);
// },
// 行双击事件
onDblclick: () => {
updateVisible(false);