rev:组盘信息页面
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:inline="true"
|
||||
class="demo-form-inline"
|
||||
label-position="right"
|
||||
label-width="80px"
|
||||
label-width="100px"
|
||||
label-suffix=":"
|
||||
>
|
||||
<el-form-item label="托盘号">
|
||||
@@ -76,7 +76,7 @@
|
||||
<el-input v-model="editForm.code" disabled style="width: 160px;" />
|
||||
</el-form-item>
|
||||
<el-form-item label="状态" prop="status">
|
||||
<el-select v-model="editForm.status" placeholder="" style="width: 120px">
|
||||
<el-select v-model="editForm.status" placeholder="" style="width: 160px">
|
||||
<el-option
|
||||
v-for="item in statusEnum.FORM_STATUS"
|
||||
:key="item.value"
|
||||
@@ -116,7 +116,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button type="warning" size="mini" @click="editStatus(scope.row)">编辑状态</el-button>
|
||||
<el-button icon="el-icon-edit" type="text" size="mini" @click="editStatus(scope.row)">编辑状态</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user