refactor: ♻️ eslint 代码规范调整

This commit is contained in:
ray
2024-10-13 10:42:48 +08:00
parent 72eb87d005
commit a4ef6eb696
66 changed files with 376 additions and 376 deletions

View File

@@ -8,7 +8,7 @@ const contentConfig: IContentConfig = {
toolbar: [],
indexAction: function (params) {
// 模拟发起网络请求获取列表数据
// console.log("indexAction:", params);
console.log("indexAction:", params);
return Promise.resolve({
total: 2,
list: [
@@ -76,7 +76,7 @@ const contentConfig: IContentConfig = {
align: "center",
prop: "gender",
templet: "list",
selectList: { 0: "女", 1: "男" },
selectList: { "0": "女", "1": "男" },
},
{
label: "自定义",