This commit is contained in:
2019-06-17 14:17:07 +08:00
14 changed files with 361 additions and 43 deletions

14
root/EverCA.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
专注服务研发效率,专注探索合理有效降低项目开发/维护成本
<ul>
<li><a href="lxy-kit.html">Lxy-kit 代码构建工具</a></li>
<li><a href="lxy-kit.html">Meta-kit 元数据编程</a></li>
</ul>
</body>
</html>

View File

@@ -69,14 +69,14 @@
<tr>
<th>后端模板选择</th>
<td>
<label class="radio-inline"><input type="radio" name="a" value="" checked> <span>mybaits</span></label>
<label class="radio-inline"><input type="radio" name="a" value="" disabled> <span>hibernate</span></label>
<label class="radio-inline"><input type="radio" v-model="row.serviceTpl" value="mb" v-checked="true"> <span>mybaits</span></label>
<label class="radio-inline"><input type="radio" v-model="row.serviceTpl" value="hb"> <span>hibernate</span></label>
</td>
<th>前端模板选择</th>
<td>
<label class="radio-inline"><input type="radio" name="b" value="" checked> <span>angularjs</span></label>
<label class="radio-inline"><input type="radio" name="b" value="" disabled> <span>vue</span></label>
<label class="radio-inline"><input type="radio" v-model="row.fontTpl" value="a" v-checked="true"> <span>angularjs</span></label>
<label class="radio-inline"><input type="radio" v-model="row.fontTpl" value="v" > <span>vue</span></label>
</td>
</tr>
<tr>
@@ -167,7 +167,7 @@
red.setData("cfg_" + fileName, n);
},
deep: true
}
},
},
methods: {
//历史上传的文件数据(文件存贮在用户本地)
@@ -234,8 +234,6 @@
},
//创建代码
creater: function () {
console.log(this.fileName)
console.log(this.row);
this.row["fileName"] = fileName;
red.post("/abc/creater", {cfgBean: JSON.stringify(this.row)}, function (json) {
//red.showMsg({msg:"创建代码成功"})
@@ -268,7 +266,9 @@
pageModel: "abx",
author: "EverCA",
ca:["service"],
sheetNames: []
sheetNames: [],
fontTpl: "a",
serviceTpl: "mb",
});
}
}
@@ -297,7 +297,9 @@
pageModel: "abx",
author: "EverCA",
ca:["service"],
sheetNames: ["message_finger"]
sheetNames: ["message_finger"],
fontTpl: "a",
serviceTpl: "mb",
});
}
</script>

13
root/lxy-kit.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<ul>
<li><a href="./lxy-kit_2.0_test0301.rar">工具包下载</a></li>
<li><a href="">使用手册</a></li>
</ul>
</body>
</html>

Binary file not shown.