测量值列表去除序号
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
112c78a832
commit
3c8ea04457
|
@ -68,10 +68,10 @@
|
||||||
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
|
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column> -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
type="index"
|
type="index"
|
||||||
width="40px"
|
width="40px"
|
||||||
/>
|
/> -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="q of item.TableQuestions.Questions"
|
v-for="q of item.TableQuestions.Questions"
|
||||||
:key="q.Id"
|
:key="q.Id"
|
||||||
|
|
|
@ -69,10 +69,10 @@
|
||||||
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
|
{{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column> -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
type="index"
|
type="index"
|
||||||
width="40px"
|
width="40px"
|
||||||
/>
|
/> -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="q of item.TableQuestions.Questions"
|
v-for="q of item.TableQuestions.Questions"
|
||||||
:key="q.Id"
|
:key="q.Id"
|
||||||
|
|
Loading…
Reference in New Issue