Open okfine17 opened 1 year ago
original code it is in vue 2 script
this.flowData.minTime = moment(item.minTime).format( "YYYY-MM-DD HH:mm:ss" );
finnal code
`this.flowData.minTime = moment(item.minTime).format(
this.$t("yyyy-mm-dd-hh-mm-ss")
);`
"YYYY-MM-DD HH:mm:ss" dont need to be changed
Colons are leaked after translating attributes vue 2 + ts project `<Select placeholder="$t('quan-bu')" style="width: 100%" v-model="model.workflowId" transfer clearable