🌈 style: 格式化
This commit is contained in:
@@ -20,17 +20,21 @@
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
|
||||
{{ index + 1 }}
|
||||
</td>
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{
|
||||
item.id }}
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
|
||||
{{
|
||||
item.id }}
|
||||
</td>
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{
|
||||
item.specification }}
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
|
||||
{{
|
||||
item.specification }}
|
||||
</td>
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{
|
||||
item.technology }}
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
|
||||
{{
|
||||
item.technology }}
|
||||
</td>
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{
|
||||
item.diameter }}
|
||||
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
|
||||
{{
|
||||
item.diameter }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -172,7 +176,7 @@
|
||||
<el-button style="margin-left: 20px;" @click="clear">初始化
|
||||
</el-button>
|
||||
|
||||
<el-button style="margin-left: 20px;" type="danger" @click="removeMaterial" :disabled="indexSelect !== 0">删除物料
|
||||
<el-button style="margin-left: 20px;" type="danger" @click="removeMaterial" :disabled="indexSelect === 0">删除物料
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
@@ -190,7 +194,7 @@
|
||||
<tr>
|
||||
<td class="hxjx_table_label_format hxjx_table_label" style="padding:0.25rem;">时间:</td>
|
||||
<td class="hxjx_table_label_format hxjx_table_text" style="padding:0.25rem;">{{ messageData.createTime
|
||||
}}
|
||||
}}
|
||||
</td>
|
||||
<td class="hxjx_table_label_format hxjx_table_text_rule"
|
||||
style="padding:0.25rem;vertical-align: middle;"></td>
|
||||
@@ -221,8 +225,6 @@
|
||||
<a href="#" class="hxjx-button-ensure btn btn-danger btn-sm custom hxjx_foot_btn_custom"
|
||||
style="margin-right: 0;" @click="ensure">确定</a>
|
||||
</div>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user