@@ -12,7 +12,7 @@ build:
commit:
git add . && \
- git commit --no-verify -m "fix: change textbook textbookSubscription"
+ git commit --no-verify -m "fix: change teachingManager textbookPushManager"
checkPre:
git checkout pre
@@ -38,6 +38,7 @@
:min="0"
placeholder="请输入数量"
v-model:value="record.warehouseNumber"
+ :precision="0"
/>
</template>
</BasicTable>