Commit 6d3605c1 authored by 徐俊's avatar 徐俊

xujun

parent dff9bef2
......@@ -61,7 +61,7 @@
</a-col>
<a-col :span="6">
<a-form-model-item :prop="`gainList.${index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainDescription" :maxLength="100" placeholder="授奖部门及等级" style="width:85%" />
<a-input v-model="item.gainDescription" :maxLength="250" placeholder="授奖部门及等级" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="2">
......@@ -140,7 +140,7 @@
</a-col>
<a-col :span="6">
<a-form-model-item :prop="`thesisList.${index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainDescription" :maxLength="100" placeholder="授奖部门及等级" style="width:85%" />
<a-input v-model="item.gainDescription" :maxLength="250" placeholder="授奖部门及等级" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="2">
......@@ -219,7 +219,7 @@
</a-col>
<a-col :span="6">
<a-form-model-item :prop="`appearList.${index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainDescription" :maxLength="100" placeholder="授奖部门及等级" style="width:85%" />
<a-input v-model="item.gainDescription" :maxLength="250" placeholder="授奖部门及等级" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="2">
......@@ -298,7 +298,7 @@
</a-col>
<a-col :span="6">
<a-form-model-item :prop="`courseList.${index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainDescription" :maxLength="100" placeholder="授奖部门及等级" style="width:85%" />
<a-input v-model="item.gainDescription" :maxLength="250" placeholder="授奖部门及等级" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="2">
......
......@@ -30,10 +30,10 @@ export default {
return {
tableData: [],
columns: [
{ title: '证件号', dataIndex: 'certId', align: 'center' },
{ title: '姓名', dataIndex: 'personName', align: 'center' },
{ title: '证件号', dataIndex: 'expertCertId', align: 'center' },
{ title: '姓名', dataIndex: 'expertName', align: 'center' },
{ title: "评审专业", scopedSlots: { customRender: 'spec' }, align: 'center' },
{ title: '单位', dataIndex: 'workUnit', align: 'center' },
{ title: '单位', dataIndex: 'unitName', align: 'center' },
// { title: "专家类型", scopedSlots: { customRender: 'expertInfo' }, align: 'center' },
{ title: '手机号', dataIndex: 'mobile', align: 'center' },
{ title: '电子邮箱', dataIndex: 'email', align: 'center' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment