报表申报智能运输页面完成

This commit is contained in:
zx
2026-04-23 14:35:54 +08:00
parent 6f1db0f92e
commit 5ca85c1f0d
53 changed files with 3659 additions and 292 deletions

View File

@@ -22,10 +22,10 @@
</uv-form-item>
<uv-form-item label="验证码" prop="userInfo.code" v-if="captchaEnabled" borderBottom>
<uv-input v-model="formModel.userInfo.code" border="none" placeholder="请输入验证码" />
<uv-image :src="codeUrl" @click="getCode" width="200rpx" height="70rpx"></uv-image>
<uv-image :src="codeUrl" @tap="getCode" width="200rpx" height="70rpx"></uv-image>
</uv-form-item>
<uv-button type="primary" size="large" text="登 录" shape="circle" color="#199793" customStyle="margin-top: 50px"
@click="submit"></uv-button>
@tap="submit"></uv-button>
</uv-form>
</view>
</template>