@@ -80,7 +80,7 @@
<el-table
v-if="!onlines"
:data="tableData"
- empty-text="加载中..."
+ empty-text="暂无数据"
row-key="id"
ref="table"
header-row-class-name="table-header-row"
@@ -118,7 +118,7 @@
v-if="onlines"
style="margin-top:20px"
@@ -280,7 +280,7 @@ export default {
},
saveRow(row) {
this.isShow = true;
- this.$refs.dataRefs.init(row.id);
+ this.$refs.dataRefs.init(row);
download() {
this.downloading = true;
@@ -205,7 +205,7 @@ public class RepoTest extends ApplicationTests {
}
@Test
- public void test6(){
+ public void test6() {
String phone = "18205083565";
System.out.println(phone.replace(phone.substring(3, phone.length() - 4), "****"));