@ -194,6 +194,24 @@ export default {
);
},
{
label: "排序",
width: 120,
customFn: (row) => {
return (
<el-input-number
style="width:80px;"
controls={false}
min={0}
precision={0}
v-model={row.sort}
placeholder="排序"
size="small"
disabled={this.flag.indexOf(row.name)!== -1}
></el-input-number>
}
label: "说明",
minWidth: 240,
@ -410,6 +428,7 @@ export default {
name: "",
type: "",
student_query: 0,
sort: "",
remark: "",
template_id: this.id,
});