Merge branch 'kun_dev' of http://139.9.66.234:18023/dhp/wisdomisitezwfront into kun_dev
This commit is contained in:
commit
d6e34b33c9
@ -355,6 +355,13 @@ const rules = ref({
|
||||
trigger: "change"
|
||||
}
|
||||
],
|
||||
elevatorType: [
|
||||
{
|
||||
required: true,
|
||||
message: "请选择",
|
||||
trigger: "change"
|
||||
}
|
||||
],
|
||||
registrationCertificate: [
|
||||
{
|
||||
required: true,
|
||||
@ -393,7 +400,7 @@ const rules = ref({
|
||||
trigger: "blur"
|
||||
},
|
||||
{
|
||||
pattern: /^[1-9]\d*$/,
|
||||
pattern: /^[+]{0,1}(\d+)$/,
|
||||
message: "请输入正整数",
|
||||
trigger: "blur"
|
||||
}
|
||||
@ -454,6 +461,13 @@ const rules = ref({
|
||||
message: "请输入正整数",
|
||||
trigger: "blur"
|
||||
}
|
||||
],
|
||||
useRegistrationNumber: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入",
|
||||
trigger: "blur"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
@ -2,11 +2,18 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
|
||||
@ -2,11 +2,18 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
|
||||
@ -2,11 +2,18 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
|
||||
@ -354,6 +354,13 @@ const rules = ref({
|
||||
trigger: "change"
|
||||
}
|
||||
],
|
||||
elevatorType: [
|
||||
{
|
||||
required: true,
|
||||
message: "请选择",
|
||||
trigger: "change"
|
||||
}
|
||||
],
|
||||
registrationCertificate: [
|
||||
{
|
||||
required: true,
|
||||
@ -392,7 +399,7 @@ const rules = ref({
|
||||
trigger: "blur"
|
||||
},
|
||||
{
|
||||
pattern: /^[1-9]\d*$/,
|
||||
pattern: /^[+]{0,1}(\d+)$/,
|
||||
message: "请输入正整数",
|
||||
trigger: "blur"
|
||||
}
|
||||
@ -453,6 +460,13 @@ const rules = ref({
|
||||
message: "请输入正整数",
|
||||
trigger: "blur"
|
||||
}
|
||||
],
|
||||
useRegistrationNumber: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入",
|
||||
trigger: "blur"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
@ -2,10 +2,17 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,10 +2,17 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,10 +2,17 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
.table-box {
|
||||
.table-data {
|
||||
@include flex;
|
||||
> span {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
:deep() {
|
||||
.el-table__body .el-table__row td:not(:first-child) {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user