Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete specific company information #694

Merged
merged 24 commits into from
Feb 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9f4858c
修改spy.properties乱码注释
Nov 17, 2021
e5b37a8
Merge branch 'streamxhub:main' into main
monrg Nov 22, 2021
eabe5a2
fix(fixhadoop-user-name not work #449):
Nov 22, 2021
442f131
Revert "fix(fixhadoop-user-name not work #449):"
Nov 23, 2021
320d7ed
fix(hadoop-user-name not work #449):
Nov 23, 2021
6ea8097
Merge branch 'streamxhub:main' into main
monrg Nov 29, 2021
d540707
fix: Unable to add role
Dec 2, 2021
ed2216b
Merge branch 'streamxhub:main' into main
monrg Dec 2, 2021
36cf7e2
Merge branch 'streamxhub:main' into main
monrg Dec 4, 2021
b574869
fix: user add description
Dec 4, 2021
ef0e3bd
Merge branch 'streamxhub:dev' into main
monrg Dec 23, 2021
814fe3c
[fix]:flink home update err no err notify
Dec 23, 2021
b49e522
[fix]:flink home update err no err notify
Dec 23, 2021
f64087c
Merge branch 'streamxhub:dev' into main
monrg Dec 29, 2021
2c572f9
[fix]:Fix clickHouse jdbc bach insert bug & optimizes asynchronous wr…
Jan 18, 2022
1b8c47b
refactor(streamx sink): optimization redis sink
Jan 30, 2022
400f6eb
Merge branch 'streamxhub:dev' into main
monrg Jan 30, 2022
7cf937c
Merge remote-tracking branch 'origin/main' into main
Jan 30, 2022
7c550cb
refactor(streamx sink): optimization redis sink
Feb 7, 2022
c2cedf4
refactor(streamx sink): optimization redis sink
Feb 7, 2022
5129677
fix(streamx sink): delete company message
Feb 7, 2022
54480fe
FIX GIT conflict
Feb 7, 2022
e00a79f
fix(err config): Delete specific company information
Feb 7, 2022
4593c18
fix(err config): Delete specific company information
Feb 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: user add description
wangqingrong committed Dec 4, 2021
commit b57486957c989dc83e26f9328a433ee32215bfb7
Original file line number Diff line number Diff line change
@@ -59,6 +59,14 @@
{ pattern: '^0?(13[0-9]|15[012356789]|17[013678]|18[0-9]|14[57])[0-9]{8}$', message: '请输入正确的手机号'}
]}]" />
</a-form-item>
<a-form-item
label="Description"
v-bind="formItemLayout">
<a-input
v-decorator="['description',{rules: [
{ max: 100, message: '长度不能超过100个字符'}
]}]" />
</a-form-item>
<a-form-item
label="Role"
v-bind="formItemLayout">