瀏覽代碼

全局表单2025-7-4-b

CaoGQ123 3 天之前
父節點
當前提交
5056287ce7
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 3 1
      src/views/tabbar/globalForm.vue
  2. 2 2
      src/views/tabbar/globalFormFont.vue

+ 3 - 1
src/views/tabbar/globalForm.vue

@@ -40,7 +40,9 @@
                     <el-table class="my-table" :data="tableData" style="width: 100%">
                         <el-table-column fixed prop="id" label="编号" width="90">
                               <template slot-scope="scope">
-                                {{ (page - 1) * pageSize + scope.$index + 1 }}
+                                 
+                                {{scope.row.id}}
+
                              </template>
                         </el-table-column>
                         <el-table-column prop="name" label="表单名" width="">

+ 2 - 2
src/views/tabbar/globalFormFont.vue

@@ -96,9 +96,9 @@
                     </el-form-item>
 
 
-                    <el-form-item label="文本长度:" prop="field_length">
+                    <el-form-item label="字段长度:" prop="field_length">
                         <el-input 
-                        placeholder="请输入长度:"
+                        placeholder="请输入字段长度:"
                         v-model="ruleForm.field_length"
                         number
                         class="hint-input">