提交 29421a33 编写于 作者: qian.jie's avatar qian.jie

修改

上级 2a2c7fb7
......@@ -224,9 +224,9 @@
vm.$message.error(res.message);
}
})
.catch(function (err) {
.catch(function () {
vm.isClick = false;
vm.$message.error(err.message);
// vm.$message.error(err.message);
});
},
cancel() {
......
......@@ -509,11 +509,11 @@
} else if (timeDifference >= -13 && timeDifference <= -7) {
// 未来
this.week = 4;
headObj.text = '第二周';
headObj.text = '第三周 ';
} else if (timeDifference >= -20 && timeDifference <= -14) {
// 未来
this.week = 5;
headObj.text = '第周';
headObj.text = '第周';
} else if (timeDifference >= 7) {
// 现在
headObj.text = '上周';
......
......@@ -48,8 +48,8 @@
<el-input-number
v-model="maxDiaNum"
:step="1"
:min="10"
:max="1000000"
:min="0"
:max="10000000"
step-strictly
@change="getInputNumber"
/>
......@@ -100,7 +100,7 @@
},
data() {
return {
maxDiaNum: 100,
maxDiaNum: 10,
dateTime: '',
interfaceOptions: [],
innerform: [],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册