Commit 067f3b10 authored by songrui's avatar songrui

随访详情修改

parent 3b4e440d
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
<div class='ml-4'>随访日期:<span class='color-b'>{{ info.visitDate }}</span></div> <div class='ml-4'>随访日期:<span class='color-b'>{{ info.visitDate }}</span></div>
</div> </div>
<div><span>下次随访日期:</span> <div><span>下次随访日期:</span>
<span v-if="info.nextVisitCustomDate" class='color-b'> {{ info.nextVisitCustomDate }}</span> <span class='color-b'>{{ info.nextVisitDate || '-' }}</span>
<span v-else class='color-b'>{{ info.nextVisitDictTrans }}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -389,7 +388,7 @@ export default { ...@@ -389,7 +388,7 @@ export default {
}, },
computed: { computed: {
id() { id() {
return this.$route.query.id || '232987' return this.$route.query.id
}, },
embed() { embed() {
return this.$route.query.embed return this.$route.query.embed
......
...@@ -18,7 +18,7 @@ module.exports = defineConfig({ ...@@ -18,7 +18,7 @@ module.exports = defineConfig({
outputDir: 'dist', outputDir: 'dist',
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
port: 8085, port: 8086,
// 设置代理 // 设置代理
proxy: { proxy: {
'/tumour-admin': { '/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