Commit f8a3f272 authored by 黄媛媛's avatar 黄媛媛

1

parent 4f733cfa
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
</div> </div>
<el-table v-if="OtherType==15" <el-table v-if="OtherType==15"
:data="dataList2.DetailList" :data="dataList2.DetailList"
stripe border
header-align='left'
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
prop="Id" prop="Id"
...@@ -92,9 +93,11 @@ ...@@ -92,9 +93,11 @@
<el-table v-if="OtherType==16" <el-table v-if="OtherType==16"
:data="dataList.DetailList" :data="dataList.DetailList"
stripe header-align="left"
border
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
prop="SuppliesName" prop="SuppliesName"
label="耗材名称 " label="耗材名称 "
width="700" width="700"
......
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