Commit 65434353 authored by songrui's avatar songrui

详情列表修改

parent 616fb46f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<link rel='icon' href='<%= BASE_URL %>favicon.ico'> <link rel='icon' href='<%= BASE_URL %>favicon.ico'>
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
<!-- 3.3.4/vconsole.min.js --> <!-- 3.3.4/vconsole.min.js -->
<script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script> <!-- <script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script> -->
</head> </head>
<body> <body>
<noscript> <noscript>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<script> <script>
var vConsole =new VConsole(); // var vConsole =new VConsole();
console.log('Hello world'); // console.log('Hello world');
</script> </script>
</html> </html>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</div> </div>
<div> <div>
<span class="label">下次随访日期</span> <span class="label">下次随访日期</span>
<span>{{ item.nextVisitDate || '-' }}</span> <span>{{ item.nextVisitDate ? item.nextVisitDate.split(' ')[0] : '-' }}</span>
</div> </div>
<!-- <div class="divider"></div> <!-- <div class="divider"></div>
<div class="bt-group"> <div class="bt-group">
......
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
this.$router.push({ this.$router.push({
path: '/doctor/followUp/generalFU/detail', path: '/doctor/followUp/generalFU/detail',
query: { query: {
relationId: record.id relationId: record.relationId
} }
}) })
} }
......
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