添加任务时添加对应的错误码
This commit is contained in:
@@ -130,5 +130,6 @@
|
|||||||
添加web
|
添加web
|
||||||
2024.1.15
|
2024.1.15
|
||||||
实现方案导入导出,根据选项自动生成文件名
|
实现方案导入导出,根据选项自动生成文件名
|
||||||
|
添加任务时添加对应的错误码
|
||||||
|
|
||||||
|
|
||||||
|
@@ -7,6 +7,23 @@
|
|||||||
<title>Hello</title>
|
<title>Hello</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="layui-row" style="height: 1.8rem; line-height: 1.8rem; padding: 2px; font-size: 0.8rem;">
|
||||||
|
<div class="layui-col-xs1 ">
|
||||||
|
<div class="grid-demo grid-demo-bg1" style="margin:0 4px ;text-align: center;border-radius: 2px;">
|
||||||
|
<button type="button" class="layui-btn layui-btn-normal"
|
||||||
|
style=" max-width:4rem; height: 1.8rem; line-height: 1.8rem; padding: 0 0.8rem;width: 90%;margin:0 auto;">导入模板</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="layui-col-xs1 ">
|
||||||
|
<div class="grid-demo grid-demo-bg1" style="margin:0 4px ;text-align: center;border-radius: 2px;">
|
||||||
|
<button type="button" class="layui-btn layui-btn-normal"
|
||||||
|
style=" max-width:4rem; height: 1.8rem; line-height: 1.8rem; padding: 0 0.8rem;width: 90%;margin:0 auto;">设为模板</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1>Hello world</h1>
|
<h1>Hello world</h1>
|
||||||
<button id="but_id" onClick="buttonClick()">Click me</button>
|
<button id="but_id" onClick="buttonClick()">Click me</button>
|
||||||
<input id="select_dir_id" disabled="disabled" style="width: 400px" placeholder="显示选择的目录">
|
<input id="select_dir_id" disabled="disabled" style="width: 400px" placeholder="显示选择的目录">
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user