|
@@ -1866,6 +1866,7 @@ export default {
|
|
// 题库商品表格数据------------------------------------------------------------------------start
|
|
// 题库商品表格数据------------------------------------------------------------------------start
|
|
tableSetTSB2: [
|
|
tableSetTSB2: [
|
|
{ label: "排序", prop: "sort", scope: "inputs", width: "100" },
|
|
{ label: "排序", prop: "sort", scope: "inputs", width: "100" },
|
|
|
|
+ { label: "题卷编码", prop: "code", width: "150" },
|
|
{ label: "题卷名称", prop: "name", width: "300" },
|
|
{ label: "题卷名称", prop: "name", width: "300" },
|
|
{ label: "科目", prop: "subjectName", width: "130" },
|
|
{ label: "科目", prop: "subjectName", width: "130" },
|
|
{
|
|
{
|