|
|
|
@ -83,7 +83,9 @@
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column fixed="right" label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click.native.stop="handleSet(scope.row)"
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
@click.native.stop="handleSet(scope.row)"
|
|
|
|
|
>设置</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
@ -468,11 +470,14 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.timeGz {
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
span {
|
|
|
|
|
margin: 0px 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.pageNation {
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.setRoadDialog {
|
|
|
|
|