|
@@ -10,21 +10,10 @@
|
|
v-hasPermission="
|
|
v-hasPermission="
|
|
`transportationTask.transportation.transportationInfo.add`
|
|
`transportationTask.transportation.transportationInfo.add`
|
|
"
|
|
"
|
|
- ><img
|
|
|
|
- width="13"
|
|
|
|
- height="13"
|
|
|
|
- style="
|
|
|
|
- vertical-align: text-top;
|
|
|
|
- position: relative;
|
|
|
|
- top: 2px;
|
|
|
|
- left: -4px;
|
|
|
|
- "
|
|
|
|
- src="../../../public/img/header-add.png"
|
|
|
|
- alt=""
|
|
|
|
- />添加</ws-button>
|
|
|
|
|
|
+ >添加</ws-button>
|
|
</template>
|
|
</template>
|
|
<template slot="right">
|
|
<template slot="right">
|
|
- <span style="width: 142px; display: inline-block;color: #8890B1;">状态:</span>
|
|
|
|
|
|
+ <span style="width: 150px; display: inline-block;color: #8890B1;">状态:</span>
|
|
<ws-select
|
|
<ws-select
|
|
v-model="searchTypeText"
|
|
v-model="searchTypeText"
|
|
placeholder=""
|
|
placeholder=""
|
|
@@ -40,9 +29,9 @@
|
|
style="color: #8890B1;"
|
|
style="color: #8890B1;"
|
|
/>
|
|
/>
|
|
</ws-select>
|
|
</ws-select>
|
|
- <span style="width: 142px; display: inline-block;color: #8890B1;">起点:</span>
|
|
|
|
|
|
+ <span style="width: 150px; display: inline-block;color: #8890B1;">起点:</span>
|
|
<el-input label="起点" placeholder="请输入起点" clearable maxlength="200" type="input" v-model="start"></el-input>
|
|
<el-input label="起点" placeholder="请输入起点" clearable maxlength="200" type="input" v-model="start"></el-input>
|
|
- <span style="width: 142px; display: inline-block;color: #8890B1;">终点:</span>
|
|
|
|
|
|
+ <span style="width: 150px; display: inline-block;color: #8890B1;">终点:</span>
|
|
<el-input label="终点" placeholder="请输入终点" clearable maxlength="200" type="input" v-model="end"></el-input>
|
|
<el-input label="终点" placeholder="请输入终点" clearable maxlength="200" type="input" v-model="end"></el-input>
|
|
<el-input
|
|
<el-input
|
|
v-model="searchKeyWord"
|
|
v-model="searchKeyWord"
|
|
@@ -504,7 +493,7 @@ export default {
|
|
}
|
|
}
|
|
/deep/.base_header_layout .grid-content.right .find.el-button--primary {
|
|
/deep/.base_header_layout .grid-content.right .find.el-button--primary {
|
|
width: 30px;
|
|
width: 30px;
|
|
- margin-left: 0;
|
|
|
|
|
|
+ margin-left: 10px;
|
|
border-top-left-radius: 0px;
|
|
border-top-left-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
}
|