微调
This commit is contained in:
parent
068562717e
commit
6e7fe1b62d
|
@ -6,7 +6,8 @@ ENV = 'development'
|
|||
|
||||
# 电动车租赁系统/开发环境
|
||||
# VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_BASE_API = 'http://192.168.2.11:8090'
|
||||
VUE_APP_BASE_API = 'http://localhost:8090'
|
||||
# VUE_APP_BASE_API = 'http://192.168.2.11:8090'
|
||||
# VUE_APP_BASE_API = 'https://zc.chuangtewl.com'
|
||||
# VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api'
|
||||
|
||||
|
|
|
@ -60,38 +60,6 @@
|
|||
</el-form>
|
||||
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
<!-- type="primary"-->
|
||||
<!-- plain-->
|
||||
<!-- icon="el-icon-plus"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- @click="handleAdd"-->
|
||||
<!-- v-hasPermi="['system:deliveryOrder:add']"-->
|
||||
<!-- >新增</el-button>-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
<!-- type="success"-->
|
||||
<!-- plain-->
|
||||
<!-- icon="el-icon-edit"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- :disabled="single"-->
|
||||
<!-- @click="handleUpdate"-->
|
||||
<!-- v-hasPermi="['system:deliveryOrder:edit']"-->
|
||||
<!-- >修改</el-button>-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
<!-- type="danger"-->
|
||||
<!-- plain-->
|
||||
<!-- icon="el-icon-delete"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- :disabled="multiple"-->
|
||||
<!-- @click="handleDelete"-->
|
||||
<!-- v-hasPermi="['system:deliveryOrder:remove']"-->
|
||||
<!-- >删除</el-button>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
|
@ -123,7 +91,7 @@
|
|||
<dict-tag :options="dict.type.rl_delivery_status" :value="scope.row.status"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <el-button-->
|
||||
<!-- size="mini"-->
|
||||
|
@ -140,7 +108,7 @@
|
|||
<!-- v-hasPermi="['system:deliveryOrder:remove']"-->
|
||||
<!-- >删除</el-button>-->
|
||||
<!-- </template>-->
|
||||
</el-table-column>
|
||||
<!-- </el-table-column>-->
|
||||
</el-table>
|
||||
|
||||
<pagination
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
<el-table-column label="售价" align="center" prop="price" />
|
||||
<el-table-column label="说明" align="center" prop="explain" />
|
||||
<el-table-column label="骑行价格说明" align="center" prop="instructions" />
|
||||
<el-table-column label="超出数量" align="center" prop="outNum" />
|
||||
<el-table-column label="超出单位" align="center" prop="outUnit" />
|
||||
<el-table-column label="超出价格" align="center" prop="outPrice" />
|
||||
<!-- <el-table-column label="是否删除:1-删除" align="center" prop="isDeleted" />-->
|
||||
|
@ -136,9 +135,6 @@
|
|||
<el-form-item label="骑行价格说明" prop="instructions">
|
||||
<el-input v-model="form.instructions" type="textarea" placeholder="请输入内容" />
|
||||
</el-form-item>
|
||||
<!-- <el-form-item label="超出数量" prop="outNum">
|
||||
<el-input v-model="form.outNum" placeholder="请输入超出数量" />
|
||||
</el-form-item> -->
|
||||
<el-form-item label="超出单位" prop="outUnit">
|
||||
<!-- <el-input v-model="form.outUnit" placeholder="请输入超出单位" /> -->
|
||||
<el-select v-model="form.outUnit" placeholder="请选择超出租赁单位">
|
||||
|
@ -200,7 +196,6 @@ export default {
|
|||
price: null,
|
||||
explain: null,
|
||||
instructions: null,
|
||||
outNum: null,
|
||||
outUnit: null,
|
||||
outPrice: null,
|
||||
isDeleted: null
|
||||
|
@ -239,7 +234,6 @@ export default {
|
|||
price: null,
|
||||
explain: null,
|
||||
instructions: null,
|
||||
outNum: null,
|
||||
outUnit: null,
|
||||
outPrice: null,
|
||||
isDeleted: null
|
||||
|
|
Loading…
Reference in New Issue
Block a user