jufubao-admin-library 1.1.80 → 1.1.81
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.
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
<i v-if="(index + 1) === handTimeOptions.length" class="el-icon-circle-plus ml5" @click="add(item)" ></i>
|
|
77
77
|
<i v-if="handTimeOptions.length > 1" class="el-icon-remove ml5" @click="remove(index)"></i>
|
|
78
78
|
</div>
|
|
79
|
-
<div style="color: red;font-size: 12px;line-height: 18px;">设置后将按每周周几对应时间点调价,例如每周星期五17点~22
|
|
79
|
+
<div style="color: red;font-size: 12px;line-height: 18px;">设置后将按每周周几对应时间点调价,例如每周星期五17点~22点调价<br/>另所选时间是向后包含的,例如23时即为23:00:00~23:59:59</div>
|
|
80
80
|
</el-form-item>
|
|
81
81
|
</template>
|
|
82
82
|
</xd-base-dynamic-field>
|