更新页面

This commit is contained in:
2025-09-22 19:00:02 +08:00
parent 811fd41070
commit ed6cdcd0da
9 changed files with 25 additions and 41 deletions

View File

@ -72,7 +72,7 @@ const searchConfiger = ref([
]);
const pageData = reactive({
tableData: [],
tableData: [{}],
keyCount: 0,
tableConfiger: {
rowHieght: 61,

View File

@ -55,7 +55,7 @@ const dialogVisible = computed({
const formList = reactive([
[
{ label: "姓名", prop: "xm", type: "input" },
{ label: "证件号码", prop: "sfzh", type: "select", options: props.dic.D_BZ_BXDLX },
{ label: "证件号码", prop: "sfzh", type: "input"},
{ label: "联系电话", prop: "lxdh", type: "input" },
],
[

View File

@ -62,7 +62,10 @@
</el-col>
<el-col :span="12">
<el-form-item label="授课教员" prop="pxfcy" style="width: 100%;">
<el-input v-model="item.pxfcy" placeholder="请输入授课教员" style="width: 100%;"></el-input>
<el-select v-model="item.pxfcy" placeholder="请选择授课教员" style="width: 100%;">
<el-option label="张三" value="张三"></el-option>
<el-option label="李四" value="李四"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="12">