This commit is contained in:
qsh
2024-07-11 15:25:00 +08:00
parent d31f4b4f8b
commit 72accc0ab2
16 changed files with 117 additions and 153 deletions

View File

@@ -126,6 +126,9 @@
</template>
<div v-dompurify-html="row.remark"></div>
</el-popover>
<span v-else-if="item.form?.component == 'DatePicker'">
{{ formatDate(row[item.field]) }}
</span>
</template>
</el-table-column>
<el-table-column label="操作" width="240px" fixed="right">
@@ -207,6 +210,7 @@ import DialogExtraFee from './DialogExtraPay.vue'
import DialogDelivery from './DialogDelivery.vue'
import { removeNullField } from '@/utils'
import { formatDate } from '@/utils/formatTime'
const userOptions = ref([])
onMounted(() => {