cloud-web-corejs 1.0.110 → 1.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -98,7 +98,7 @@
|
|
98
98
|
<el-input v-model="formData.starterName" size="small" clearable/>
|
99
99
|
</template>
|
100
100
|
</vxe-form-item>
|
101
|
-
|
101
|
+
<vxe-form-item title="启动时间:">
|
102
102
|
<template v-slot>
|
103
103
|
<el-date-picker
|
104
104
|
v-model="formData.startTime"
|
@@ -121,7 +121,7 @@
|
|
121
121
|
:picker-options="$baseEndPickerOptions(formData.startTime)"
|
122
122
|
></el-date-picker>
|
123
123
|
</template>
|
124
|
-
</vxe-form-item>
|
124
|
+
</vxe-form-item>
|
125
125
|
</vxe-form>
|
126
126
|
</template>
|
127
127
|
</vxe-grid>
|