@ -184,6 +184,24 @@ export default {
type: "",
itemTable: [
{
prop: "content",
label: "评审内容",
minWidth: 200,
sortable: false,
customFn: (row) => {
return (
<el-input
placeholder="评审内容"
readonly={this.role == 1}
style="width: 100%;"
v-model={row.content}
size="mini"
clearable={true}
></el-input>
);
},
prop: "plan_date",
label: "计划评审时间",
@ -222,24 +240,6 @@ export default {
label: "操作",
width: 180,
@ -105,15 +105,21 @@ export default {
align: "left",
prop: 'plan.name'
minWidth: 220,
align: 'left'
width: 200,
width: 170,
prop: "actually_date",
label: "实际评审时间",
],
total: 0,