订单
This commit is contained in:
parent
58b02d91c4
commit
4104a0585d
@ -6,7 +6,7 @@ ENV = 'development'
|
||||
|
||||
# 全医通护理站管理平台/开发环境
|
||||
# VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_BASE_API = 'http://192.168.16.49:8080'
|
||||
VUE_APP_BASE_API = 'http://192.168.16.30:8080'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
@ -127,7 +127,7 @@
|
||||
:visible.sync="innerVisible4"
|
||||
append-to-body
|
||||
width="1048px"
|
||||
class="orderInfo"
|
||||
|
||||
>
|
||||
<el-form
|
||||
:inline="true"
|
||||
@ -135,6 +135,7 @@
|
||||
:model="form"
|
||||
:rules="rules"
|
||||
label-width="120px"
|
||||
class="orderInfo"
|
||||
>
|
||||
|
||||
<div v-for="(item, index) in query" :key="index">
|
||||
@ -523,7 +524,7 @@ export default {
|
||||
},
|
||||
// 查看
|
||||
seeLook(row) {
|
||||
this.innerVisible = true;
|
||||
this.innerVisible4 = true;
|
||||
const id = row.orderNo;
|
||||
// console.log(row);
|
||||
Detailed(id).then((res) => {
|
||||
@ -697,8 +698,8 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
/* ::v-deep .el-dialog__body {
|
||||
height: 500px;
|
||||
::v-deep .orderInfo{
|
||||
height: 350px;
|
||||
overflow-y: scroll;
|
||||
} */
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user