From b659dc246a9e8211739b1f9858f7518803dc6a8c Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 21 十一月 2023 17:14:26 +0800 Subject: [PATCH] # --- unpackage/dist/dev/app-plus/app-view.js | 523 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 465 insertions(+), 58 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index 6c07449..c4c3a1a 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -14299,7 +14299,11 @@ _c( "uni-view", { staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } }, - [_c("img", { attrs: { src: "", alt: "", _i: 3 } })], + [ + _c("v-uni-image", { + attrs: { src: _vm._$g(3, "a-src"), mode: "aspectFit", _i: 3 }, + }), + ], 1 ), _c( @@ -14426,7 +14430,7 @@ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13); exports = ___CSS_LOADER_API_IMPORT___(false); // Module -exports.push([module.i, "\n.user {\n\twidth: 100%;\n\theight: 200rpx;\n\tbackground-color: #fff;\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 4fr 1fr;\n}\n.user-avatar {\n\theight: 200rpx;\n\twidth: 200rpx;\n\t/* background-color: aquamarine; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.user-avatar img {\n\theight: 100rpx;\n\tborder-radius: 20rpx;\n}\n.user-info {\n\theight: 200rpx;\n\tdisplay: grid;\n\tgrid-template-rows: 2fr 2fr;\n\t/* background-color: aqua; */\n}\n.user-name {\n\theight: 100rpx;\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tfont-size: 30rpx;\n\tfont-weight: 700;\n}\n.user-company {\n\theight: 100rpx;\n}\n.user-icons {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n", ""]); +exports.push([module.i, "\n.user {\n\twidth: 100%;\n\theight: 200rpx;\n\tbackground-color: #fff;\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 4fr 1fr;\n}\n.user-avatar {\n\theight: 100rpx;\n\twidth: 100rpx;\n\tpadding: 50rpx;\n\t/* background-color: aquamarine; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.user-avatar img {\n\theight: 100rpx;\n\tborder-radius: 20rpx;\n}\n.user-info {\n\theight: 200rpx;\n\tdisplay: grid;\n\tgrid-template-rows: 2fr 2fr;\n\t/* background-color: aqua; */\n}\n.user-name {\n\theight: 100rpx;\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tfont-size: 30rpx;\n\tfont-weight: 700;\n}\n.user-company {\n\theight: 100rpx;\n}\n.user-icons {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n", ""]); // Exports module.exports = exports; @@ -20164,6 +20168,14 @@ _c( "v-uni-button", { + directives: [ + { + name: "show", + rawName: "v-show", + value: _vm._$g(59, "v-show"), + expression: "_$g(59,'v-show')", + }, + ], attrs: { size: "mini", type: "warn", _i: 59 }, on: { click: function ($event) { @@ -20897,12 +20909,13 @@ attrs: { _i: 59 }, }) : undefined, + _c("uni-view", { staticStyle: { height: "10rpx" }, attrs: { _i: 60 } }), _c( "uni-view", - { staticClass: _vm._$g(60, "sc"), attrs: { _i: 60 } }, + { staticClass: _vm._$g(61, "sc"), attrs: { _i: 61 } }, [ _c("uni-icons", { - attrs: { _i: 61 }, + attrs: { _i: 62 }, on: { click: function ($event) { return _vm.$handleViewEvent($event) @@ -21683,7 +21696,7 @@ model: { value: _vm._$g(7, "v-model"), callback: function () {}, - expression: "baseFormData.cstmrId", + expression: "baseFormData.cstmrId$", }, }), ], @@ -21717,7 +21730,7 @@ model: { value: _vm._$g(10, "v-model"), callback: function () {}, - expression: "baseFormData.company", + expression: "baseFormData.company$", }, }), ], @@ -21788,7 +21801,7 @@ model: { value: _vm._$g(18, "v-model"), callback: function () {}, - expression: "baseFormData.director", + expression: "baseFormData.director$", }, }), ], @@ -21822,7 +21835,7 @@ model: { value: _vm._$g(21, "v-model"), callback: function () {}, - expression: "baseFormData.orderProductTypeId", + expression: "baseFormData.orderProductTypeId$", }, }), ], @@ -22351,6 +22364,14 @@ _c( "v-uni-button", { + directives: [ + { + name: "show", + rawName: "v-show", + value: _vm._$g(45, "v-show"), + expression: "_$g(45,'v-show')", + }, + ], attrs: { size: "mini", type: "default", _i: 45 }, on: { click: function ($event) { @@ -22363,6 +22384,14 @@ _c( "v-uni-button", { + directives: [ + { + name: "show", + rawName: "v-show", + value: _vm._$g(46, "v-show"), + expression: "_$g(46,'v-show')", + }, + ], attrs: { size: "mini", type: "warn", _i: 46 }, on: { click: function ($event) { @@ -23964,11 +23993,6 @@ key: item, staticClass: _vm._$g("11-" + $30, "sc"), attrs: { _i: "11-" + $30 }, - on: { - click: function ($event) { - return _vm.$handleViewEvent($event) - }, - }, }, [ _c( @@ -23976,8 +24000,24 @@ { staticClass: _vm._$g("12-" + $30, "sc"), attrs: { _i: "12-" + $30 }, + on: { + click: function ($event) { + return _vm.$handleViewEvent($event) + }, + }, }, - [_c("y-title", { attrs: { _i: "13-" + $30 } })], + [ + _c( + "uni-view", + { staticStyle: { flex: "1" }, attrs: { _i: "13-" + $30 } }, + [_c("y-title", { attrs: { _i: "14-" + $30 } })], + 1 + ), + _c("uni-icons", { + staticClass: _vm._$g("15-" + $30, "sc"), + attrs: { _i: "15-" + $30 }, + }), + ], 1 ), _c( @@ -23987,32 +24027,16 @@ display: "grid", "grid-template-columns": "1fr 3fr", }, - attrs: { _i: "14-" + $30 }, + attrs: { _i: "16-" + $30 }, }, [ - _c( - "uni-view", - { - staticClass: _vm._$g("15-" + $30, "sc"), - attrs: { _i: "15-" + $30 }, - }, - [_vm._v("涓氬姟鍛�")] - ), - _c( - "uni-view", - { - staticClass: _vm._$g("16-" + $30, "sc"), - attrs: { _i: "16-" + $30 }, - }, - [_vm._v(_vm._$g("16-" + $30, "t0-0"))] - ), _c( "uni-view", { staticClass: _vm._$g("17-" + $30, "sc"), attrs: { _i: "17-" + $30 }, }, - [_vm._v("涓氬姟绫诲瀷")] + [_vm._v("ID")] ), _c( "uni-view", @@ -24028,7 +24052,7 @@ staticClass: _vm._$g("19-" + $30, "sc"), attrs: { _i: "19-" + $30 }, }, - [_vm._v("瑙勫垝鍗曞彿")] + [_vm._v("涓氬姟鍛�")] ), _c( "uni-view", @@ -24044,7 +24068,7 @@ staticClass: _vm._$g("21-" + $30, "sc"), attrs: { _i: "21-" + $30 }, }, - [_vm._v("鎵�闇�")] + [_vm._v("涓氬姟绫诲瀷")] ), _c( "uni-view", @@ -24060,7 +24084,7 @@ staticClass: _vm._$g("23-" + $30, "sc"), attrs: { _i: "23-" + $30 }, }, - [_vm._v("瑙勫垝鍛�")] + [_vm._v("瑙勫垝鍗曞彿")] ), _c( "uni-view", @@ -24076,7 +24100,7 @@ staticClass: _vm._$g("25-" + $30, "sc"), attrs: { _i: "25-" + $30 }, }, - [_vm._v("璺熻釜椤圭洰")] + [_vm._v("鎵�闇�")] ), _c( "uni-view", @@ -24092,7 +24116,7 @@ staticClass: _vm._$g("27-" + $30, "sc"), attrs: { _i: "27-" + $30 }, }, - [_vm._v("杩涘害")] + [_vm._v("瑙勫垝鍛�")] ), _c( "uni-view", @@ -24108,15 +24132,121 @@ staticClass: _vm._$g("29-" + $30, "sc"), attrs: { _i: "29-" + $30 }, }, - [_vm._v("娣诲姞鏃ユ湡")] + [_vm._v("璺熻釜椤圭洰")] ), _c( "uni-view", { staticClass: _vm._$g("30-" + $30, "sc"), attrs: { _i: "30-" + $30 }, + on: { + click: function ($event) { + return _vm.$handleViewEvent($event) + }, + }, }, [_vm._v(_vm._$g("30-" + $30, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("31-" + $30, "sc"), + attrs: { _i: "31-" + $30 }, + }, + [_vm._v("鐢宠鏃ユ湡")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("32-" + $30, "sc"), + attrs: { _i: "32-" + $30 }, + }, + [_vm._v(_vm._$g("32-" + $30, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("33-" + $30, "sc"), + attrs: { _i: "33-" + $30 }, + }, + [_vm._v("杩涘害")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("34-" + $30, "sc"), + attrs: { _i: "34-" + $30 }, + }, + [_vm._v(_vm._$g("34-" + $30, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("35-" + $30, "sc"), + attrs: { _i: "35-" + $30 }, + }, + [_vm._v("鐘舵��")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("36-" + $30, "sc"), + attrs: { _i: "36-" + $30 }, + }, + [_vm._v(_vm._$g("36-" + $30, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("37-" + $30, "sc"), + attrs: { _i: "37-" + $30 }, + }, + [_vm._v("淇敼浜�")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("38-" + $30, "sc"), + attrs: { _i: "38-" + $30 }, + }, + [_vm._v(_vm._$g("38-" + $30, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("39-" + $30, "sc"), + attrs: { _i: "39-" + $30 }, + }, + [_vm._v("鍏宠仈娴佺▼")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("40-" + $30, "sc"), + attrs: { _i: "40-" + $30 }, + on: { + click: function ($event) { + return _vm.$handleViewEvent($event) + }, + }, + }, + [_vm._v("鏌ョ湅鍏宠仈娴佺▼")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("41-" + $30, "sc"), + attrs: { _i: "41-" + $30 }, + }, + [_vm._v("涓诲壇鏍囪")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("42-" + $30, "sc"), + attrs: { _i: "42-" + $30 }, + }, + [_vm._v(_vm._$g("42-" + $30, "t0-0"))] ), ], 1 @@ -24133,46 +24263,42 @@ { name: "show", rawName: "v-show", - value: _vm._$g(31, "v-show"), - expression: "_$g(31,'v-show')", + value: _vm._$g(43, "v-show"), + expression: "_$g(43,'v-show')", }, ], - attrs: { _i: 31 }, + attrs: { _i: 43 }, }) : undefined, _c( "uni-view", - { attrs: { _i: 32 } }, + { attrs: { _i: 44 } }, [ _c( "uni-popup", - { ref: "popup", attrs: { _i: 33 } }, + { ref: "popup", attrs: { _i: 45 } }, [ _c( "uni-view", - { - staticClass: _vm._$g(34, "sc"), - class: _vm._$g(34, "c"), - attrs: { _i: 34 }, - }, + { staticClass: _vm._$g(46, "sc"), attrs: { _i: 46 } }, [ _c( "uni-view", - { attrs: { _i: 35 } }, - _vm._l(_vm._$g(36, "f"), function (item, $11, $21, $31) { + { attrs: { _i: 47 } }, + _vm._l(_vm._$g(48, "f"), function (item, $11, $21, $31) { return _c( "v-uni-button", { key: item, - staticClass: _vm._$g("36-" + $31, "sc"), - attrs: { type: "primary", _i: "36-" + $31 }, + staticClass: _vm._$g("48-" + $31, "sc"), + attrs: { type: "primary", _i: "48-" + $31 }, on: { click: function ($event) { return _vm.$handleViewEvent($event) }, }, }, - [_vm._v(_vm._$g("36-" + $31, "t0-0"))] + [_vm._v(_vm._$g("48-" + $31, "t0-0"))] ) }), 1 @@ -24188,10 +24314,291 @@ ), _c( "uni-view", - { staticClass: _vm._$g(37, "sc"), attrs: { _i: 37 } }, + { attrs: { _i: 49 } }, + [ + _c( + "uni-popup", + { ref: "assistantPlan", attrs: { _i: 50 } }, + [ + _c( + "uni-view", + { staticClass: _vm._$g(51, "sc"), attrs: { _i: 51 } }, + [ + _c("uni-view", { + staticStyle: { height: "10rpx" }, + attrs: { _i: 52 }, + }), + _vm._l(_vm._$g(53, "f"), function (item, index, $22, $32) { + return _c( + "uni-view", + { + key: item, + staticClass: _vm._$g("53-" + $32, "sc"), + attrs: { _i: "53-" + $32 }, + }, + [ + _c( + "uni-view", + { + staticClass: _vm._$g("54-" + $32, "sc"), + attrs: { _i: "54-" + $32 }, + on: { + click: function ($event) { + return _vm.$handleViewEvent($event) + }, + }, + }, + [ + _c( + "uni-view", + { + staticStyle: { flex: "1" }, + attrs: { _i: "55-" + $32 }, + }, + [_c("y-title", { attrs: { _i: "56-" + $32 } })], + 1 + ), + _c("uni-icons", { + staticClass: _vm._$g("57-" + $32, "sc"), + attrs: { _i: "57-" + $32 }, + }), + ], + 1 + ), + _c( + "uni-view", + { + staticStyle: { + display: "grid", + "grid-template-columns": "1fr 3fr", + }, + attrs: { _i: "58-" + $32 }, + }, + [ + _c( + "uni-view", + { + staticClass: _vm._$g("59-" + $32, "sc"), + attrs: { _i: "59-" + $32 }, + }, + [_vm._v("ID")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("60-" + $32, "sc"), + attrs: { _i: "60-" + $32 }, + }, + [_vm._v(_vm._$g("60-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("61-" + $32, "sc"), + attrs: { _i: "61-" + $32 }, + }, + [_vm._v("涓氬姟鍛�")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("62-" + $32, "sc"), + attrs: { _i: "62-" + $32 }, + }, + [_vm._v(_vm._$g("62-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("63-" + $32, "sc"), + attrs: { _i: "63-" + $32 }, + }, + [_vm._v("涓氬姟绫诲瀷")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("64-" + $32, "sc"), + attrs: { _i: "64-" + $32 }, + }, + [_vm._v(_vm._$g("64-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("65-" + $32, "sc"), + attrs: { _i: "65-" + $32 }, + }, + [_vm._v("瑙勫垝鍗曞彿")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("66-" + $32, "sc"), + attrs: { _i: "66-" + $32 }, + }, + [_vm._v(_vm._$g("66-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("67-" + $32, "sc"), + attrs: { _i: "67-" + $32 }, + }, + [_vm._v("鎵�闇�")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("68-" + $32, "sc"), + attrs: { _i: "68-" + $32 }, + }, + [_vm._v(_vm._$g("68-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("69-" + $32, "sc"), + attrs: { _i: "69-" + $32 }, + }, + [_vm._v("瑙勫垝鍛�")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("70-" + $32, "sc"), + attrs: { _i: "70-" + $32 }, + }, + [_vm._v(_vm._$g("70-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("71-" + $32, "sc"), + attrs: { _i: "71-" + $32 }, + }, + [_vm._v("璺熻釜椤圭洰")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("72-" + $32, "sc"), + attrs: { _i: "72-" + $32 }, + on: { + click: function ($event) { + return _vm.$handleViewEvent($event) + }, + }, + }, + [_vm._v(_vm._$g("72-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("73-" + $32, "sc"), + attrs: { _i: "73-" + $32 }, + }, + [_vm._v("鐢宠鏃ユ湡")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("74-" + $32, "sc"), + attrs: { _i: "74-" + $32 }, + }, + [_vm._v(_vm._$g("74-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("75-" + $32, "sc"), + attrs: { _i: "75-" + $32 }, + }, + [_vm._v("杩涘害")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("76-" + $32, "sc"), + attrs: { _i: "76-" + $32 }, + }, + [_vm._v(_vm._$g("76-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("77-" + $32, "sc"), + attrs: { _i: "77-" + $32 }, + }, + [_vm._v("鐘舵��")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("78-" + $32, "sc"), + attrs: { _i: "78-" + $32 }, + }, + [_vm._v(_vm._$g("78-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("79-" + $32, "sc"), + attrs: { _i: "79-" + $32 }, + }, + [_vm._v("淇敼浜�")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("80-" + $32, "sc"), + attrs: { _i: "80-" + $32 }, + }, + [_vm._v(_vm._$g("80-" + $32, "t0-0"))] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("81-" + $32, "sc"), + attrs: { _i: "81-" + $32 }, + }, + [_vm._v("涓诲壇鏍囪")] + ), + _c( + "uni-view", + { + staticClass: _vm._$g("82-" + $32, "sc"), + attrs: { _i: "82-" + $32 }, + }, + [_vm._v(_vm._$g("82-" + $32, "t0-0"))] + ), + ], + 1 + ), + ], + 1 + ) + }), + _c("uni-view", { + staticStyle: { height: "5rpx" }, + attrs: { _i: 83 }, + }), + ], + 2 + ), + ], + 1 + ), + ], + 1 + ), + _c("uni-view", { staticStyle: { height: "5rpx" }, attrs: { _i: 84 } }), + _c( + "uni-view", + { staticClass: _vm._$g(85, "sc"), attrs: { _i: 85 } }, [ _c("uni-icons", { - attrs: { _i: 38 }, + attrs: { _i: 86 }, on: { click: function ($event) { return _vm.$handleViewEvent($event) @@ -24299,7 +24706,7 @@ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13); exports = ___CSS_LOADER_API_IMPORT___(false); // Module -exports.push([module.i, "\n.btnn {\n\tmargin-top: 10px;\n}\n.btnn:first-child {\n\tmargin-top: 20px;\n}\n.popup-content {\n\tmargin-top: 150rpx;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tbackground-color: #fff;\n}\n.popup-height {\n\tdisplay: height;\n\twidth: 300px;\n}\n.c-list {\n\twidth: 96%;\n\tmin-height: 100rpx;\n\tbackground-color: #fff;\n\tborder-radius: 10rpx;\n\tmargin: 20rpx 2% 0 2%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tfont-size: 24rpx;\n}\n/* 鐖秜iew 鎹� scroll-view */\n.c-list:last-child {\n\tmargin-bottom: 20px;\n}\n.list-item1 {\n\t\n\theight: 45rpx;\n\tline-height: 45rpx;\n\tcolor: #909399;\n\ttext-indent: 30rpx;\n}\n.list-item2 {\n\theight: 45rpx;\n\tline-height: 45rpx;\n\tcolor: black;\n}\n.color-main {\n\tcolor: #55aaff\n}\n.titles {\n\tpadding-left: 10rpx;\n\ttext-indent: 5rpx;\n\tmargin-top: 10rpx;\n}\n/* .title {\n\theight: 60rpx;\n\tline-height: 70rpx;\n\tfont-size: 28rpx;\n\tfont-weight: 900;\n\tcolor: #303133;\n} */\n", ""]); +exports.push([module.i, "\n.btnn {\n\tmargin-top: 10px;\n}\n.btnn:first-child {\n\tmargin-top: 20px;\n}\n.popup-content {\n\tmargin-top: 260rpx;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tbackground-color: #fff;\n}\n.popup-bottom {\n\theight: 60vh;\n\tbackground-color: #fff;\n\tborder-radius: 20rpx 20rpx 0 0;\n}\n.popup-height {\n\tdisplay: height;\n\twidth: 300px;\n}\n.c-list {\n\twidth: 96%;\n\tmin-height: 100rpx;\n\tbackground-color: #fff;\n\tborder-radius: 10rpx;\n\tmargin: 20rpx 2% 0 2%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tfont-size: 24rpx;\n}\n/* 鐖秜iew 鎹� scroll-view */\n.c-list:last-child {\n\tmargin-bottom: 20px;\n}\n.list-item1 {\n\tmin-height: 45rpx;\n\tline-height: 45rpx;\n\tcolor: #909399;\n\ttext-indent: 30rpx;\n}\n.list-item2 {\n\tmin-height: 45rpx;\n\tline-height: 45rpx;\n\tcolor: black;\n}\n.color-main {\n\tcolor: #55aaff\n}\n.titles {\n\tpadding-left: 10rpx;\n\ttext-indent: 5rpx;\n\tmargin-top: 10rpx;\n\tdisplay: flex;\n}\n/* .title {\n\theight: 60rpx;\n\tline-height: 70rpx;\n\tfont-size: 28rpx;\n\tfont-weight: 900;\n\tcolor: #303133;\n} */\n", ""]); // Exports module.exports = exports; @@ -32450,7 +32857,7 @@ ], 1 ), - _c("uni-view", { staticStyle: { height: "50rpx" }, attrs: { _i: 45 } }), + _c("uni-view", { staticStyle: { height: "10rpx" }, attrs: { _i: 45 } }), ], 1 ) @@ -33343,7 +33750,7 @@ model: { value: _vm._$g(27, "v-model"), callback: function () {}, - expression: "baseFormData.director", + expression: "baseFormData.director$", }, }), ], -- Gitblit v1.9.1