summaryrefslogtreecommitdiff
path: root/other/data/template
diff options
context:
space:
mode:
authorbyb11 <byb11@DESKTOP-EM3PGKQ>2021-08-04 10:53:45 +0800
committerbyb11 <byb11@DESKTOP-EM3PGKQ>2021-08-04 10:53:45 +0800
commit3de034654ac2bed7c6ef01c73dfe7aff843f8c7a (patch)
tree9f8d2c10c1f2a35603500f38f5bf63c03b14c189 /other/data/template
parent950444d646bb4a21b6e70cfb534c3b269c51548d (diff)
修改列设置关键字,user模板增加列定位信息develop
Diffstat (limited to 'other/data/template')
-rw-r--r--other/data/template/page_template.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/data/template/page_template.yaml b/other/data/template/page_template.yaml
index 847f24b..1c28301 100644
--- a/other/data/template/page_template.yaml
+++ b/other/data/template/page_template.yaml
@@ -75,4 +75,15 @@ user_page:
ID: xpath=//*[@id="userTable"]/div[3]/table/tbody/tr[1]/td[2]/div/span # ID定位
delete: id=account-list-batch-delete #删除按钮定位
Selected: xpath=//*[@id="userTable"]/div[3]/table/tbody/tr/td[1]/div/label/span/span #查询后第一条数据的选中框定位
+ ColumnPosition:
+ ID: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[2]/div/span[1]
+ Name: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[3]/div/span[1]
+ Username: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[4]/div/span[1]
+ Role: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[5]/div/span[1]
+ E-mail: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[6]/div/span[1]
+ Last login time: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[7]/div/span[1]
+ Last login IP: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[8]/div/span[1]
+ Source: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[9]/div/span[1]
+ Enable: xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[10]/div/span[1]
+ Operation: xpath=//*[@id="userTable"]/div/div[1]/table/thead/tr/th[11]/div/div
\ No newline at end of file