@@ -113,14 +123,15 @@
:placeholder="`输入打卡点${$index + 1}需打卡次数`"
clearable
min="0"
+ :disabled="!selectable(row)"
v-model="row.xlghDkcs"
:class="{ 'is-error': hasError($index) }"
@blur="validateField($index)"
/>
-
+
-
{{ getError($index) }}
@@ -147,32 +158,39 @@
+
@@ -146,6 +226,11 @@ defineExpose({ open })
@import "~@/assets/css/element-plus.scss";
.dialog {
+ #viewer {
+ height: 100vh;
+ width: 100vw;
+ }
+
.dialogWrapper {
height: calc(100vh - 256px);
margin: 20px 20px 0 20px;