Commit 067f3b10 authored by songrui's avatar songrui

随访详情修改

parent 3b4e440d
......@@ -15,8 +15,7 @@
<div class='ml-4'>随访日期:<span class='color-b'>{{ info.visitDate }}</span></div>
</div>
<div><span>下次随访日期:</span>
<span v-if="info.nextVisitCustomDate" class='color-b'> {{ info.nextVisitCustomDate }}</span>
<span v-else class='color-b'>{{ info.nextVisitDictTrans }}</span>
<span class='color-b'>{{ info.nextVisitDate || '-' }}</span>
</div>
</div>
</div>
......@@ -389,7 +388,7 @@ export default {
},
computed: {
id() {
return this.$route.query.id || '232987'
return this.$route.query.id
},
embed() {
return this.$route.query.embed
......
......@@ -18,7 +18,7 @@ module.exports = defineConfig({
outputDir: 'dist',
productionSourceMap: false,
devServer: {
port: 8085,
port: 8086,
// 设置代理
proxy: {
'/tumour-admin': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment