@@ -143,6 +143,11 @@
align="center"
label="联系电话"
min-width="10%">
+ <template #default="scope">
+ <div>
+ {{ scope.row.phone!=null?scope.row.phone:"无" }}
+ </div>
+ </template>
</el-table-column>
<el-table-column
prop="state"