web资产sysjs字段修改格式

lijinlongNew
许宏杰 1 month ago
parent 21568acceb
commit 86d076498a

@ -353,7 +353,7 @@
v-model="ruleForm.sysj"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd hh:mm:ss"
placeholder="选择日期"
>
</el-date-picker>

@ -429,7 +429,7 @@
v-model="ruleForm.sysj"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd hh:mm:ss"
placeholder="选择日期"
>
</el-date-picker>
@ -6006,6 +6006,7 @@ export default {
//
newAssets() {
this.$refs["ruleForm"].validate((valid) => {
console.log(this.ruleForm);
if (valid) {
this.ruleForm.xttz = this.xttz.join(",");
this.ruleForm.xtfhqkFcg = this.xtfhqkFcg.join(",");

@ -429,7 +429,7 @@
v-model="ruleForm.sysj"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd hh:mm:ss"
placeholder="选择日期"
>
</el-date-picker>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save