自定义标准测试删除
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-23 11:05:52 +08:00
parent 113404766d
commit ee9d9b4274
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="readingTaskState<2 && task.VisitTaskId === visitTaskId && (scope.row.Type==='input' || scope.row.Type==='number' || scope.row.Type==='select' || scope.row.Type==='textarea' || scope.row.Type==='radio')"> <template v-if="readingTaskState<2 && task.VisitTaskId === visitTaskId && (scope.row.Type==='input' || scope.row.Type==='number' || scope.row.Type==='select' || scope.row.Type==='textarea' || scope.row.Type==='radio')">
<template> <template>
{{readingTaskState}}{{task.VisitTaskId === visitTaskId}}{{scope.row.Type}}{{scope.row.IsShowInDicom}}
<!-- 输入框 --> <!-- 输入框 -->
<div> <div>
<template v-if="!((task.IsBaseLine && scope.row.LimitEdit === 1) || (!task.IsBaseLine && scope.row.LimitEdit === 2) || scope.row.LimitEdit === 0)"> <template v-if="!((task.IsBaseLine && scope.row.LimitEdit === 1) || (!task.IsBaseLine && scope.row.LimitEdit === 2) || scope.row.LimitEdit === 0)">