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