@@ -161,6 +161,15 @@ export default {
cacheKeyUrl: 'qsm-c2e9664a-inspectionProject',
// 表格列配置
columns: [
+
+ {
+ width: 55,
+ type: 'index',
+ label: '序号',
+ columnKey: 'index',
+ align: 'center',
+ fixed: 'left'
+ },
{
prop: 'inspectionCode',
label: '参数编码',
@@ -174,7 +183,6 @@ export default {
align: 'center',
minWidth: 110
},
-
prop: 'textType',
label: '参数类型',