测量值列表去除序号
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-25 17:30:05 +08:00
parent 112c78a832
commit 3c8ea04457
2 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
</template>
</el-table-column> -->
<el-table-column
<!-- <el-table-column
type="index"
width="40px"
/>
/> -->
<el-table-column
v-for="q of item.TableQuestions.Questions"
:key="q.Id"

View File

@ -69,10 +69,10 @@
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
</template>
</el-table-column> -->
<el-table-column
<!-- <el-table-column
type="index"
width="40px"
/>
/> -->
<el-table-column
v-for="q of item.TableQuestions.Questions"
:key="q.Id"