@@ -206,7 +206,7 @@
v-for="item in routeL"
:key="item.id"
:label="item.name"
- :value="item.name"
+ :value="item.id"
>
</el-option>
</el-select>
@@ -37,7 +37,6 @@
<el-link
type="primary"
:underline="false"
- icon="el-icon-edit"
@click="openEdit('detail', row)"
v-if="row.status == 1"
@@ -46,7 +45,6 @@
@click="openEdit('edit', row)"
v-if="row.status == 0"
@@ -55,7 +53,6 @@
@click="openEdit('issued', row)"
@@ -51,7 +51,6 @@
详情
@@ -59,7 +58,6 @@
v-if="row.status==0"
@@ -263,7 +261,7 @@ export default {
align: 'center',
resizable: false,
slot: 'action',
- showOverflowTooltip: true
+ fixed: 'right'
}
]
};