Răsfoiți Sursa

修改组件名称

ZaiZai 1 an în urmă
părinte
comite
069d042ace

+ 1 - 1
src/views/authority/api.vue

@@ -10,7 +10,7 @@
                 <hc-search-input v-model="searchForm.name" placeholder="请输入菜单名称" @search="searchClick" />
             </div>
         </template>
-        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false" is-new lazy :load="tableLoad">
+        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false"  lazy :load="tableLoad">
             <template #sysId="{ row }">{{ getSystemNmae(row.sysId) }}</template>
             <template #action="{ row }">
                 <el-link type="primary" @click="authRowClick(row)">权限配置</el-link>

+ 1 - 1
src/views/authority/data.vue

@@ -10,7 +10,7 @@
                 <hc-search-input v-model="searchForm.name" placeholder="请输入菜单名称" @search="searchClick" />
             </div>
         </template>
-        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false" is-new lazy :load="tableLoad">
+        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false"  lazy :load="tableLoad">
             <template #sysId="{ row }">{{ getSystemNmae(row.sysId) }}</template>
             <template #action="{ row }">
                 <el-link type="primary" @click="authRowClick(row)">权限配置</el-link>

+ 1 - 1
src/views/authority/modules/api/auth.vue

@@ -13,7 +13,7 @@
                 </template>
                 <hc-table
                     :column="tableColumn" :datas="tableData" :loading="tableLoading"
-                    :is-index="false" is-new is-check :check-style="{ width: 29 }"
+                    :is-index="false"  is-check :check-style="{ width: 29 }"
                     @selection-change="tableCheckChange"
                 >
                     <template #scopeType="{ row }">{{ getScopeTypeName(row) }}</template>

+ 1 - 1
src/views/authority/modules/data/auth.vue

@@ -13,7 +13,7 @@
                 </template>
                 <hc-table
                     :column="tableColumn" :datas="tableData" :loading="tableLoading"
-                    :is-index="false" is-new is-check :check-style="{ width: 29 }"
+                    :is-index="false"  is-check :check-style="{ width: 29 }"
                     @selection-change="tableCheckChange"
                 >
                     <template #scopeType="{ row }">{{ getScopeTypeName(row) }}</template>

+ 1 - 1
src/views/authority/role.vue

@@ -16,7 +16,7 @@
         </template>
         <hc-table
             :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }" is-children
+            :is-index="false"  is-check :check-style="{ width: 29 }" is-children
             @selection-change="tableCheckChange"
         >
             <template #tenantId="{ row }">{{ getTenantName(row) }}</template>

+ 1 - 1
src/views/certificate/admin.vue

@@ -7,7 +7,7 @@
                 </el-select>
             </div>
         </template>
-        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false" is-new>
+        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false" >
             <template #action="{ row }">
                 <el-link type="primary" @click="rowClick(row)">查看</el-link>
             </template>

+ 1 - 1
src/views/certificate/list.vue

@@ -10,7 +10,7 @@
         <template #extra>
             <el-button hc-btn type="primary" @click="addClick">新增</el-button>
         </template>
-        <hc-table :loading="tableLoading" :column="tableColumn" :datas="tableData" :index-style="{ width: 60 }" is-new>
+        <hc-table :loading="tableLoading" :column="tableColumn" :datas="tableData" :index-style="{ width: 60 }" >
             <template #certificateType="{ row }">{{ row.certificateType === 1 ? '个人证书' : '企业证书' }}</template>
             <template #isRegister="{ row }">
                 <el-link v-if="row.isRegister === 0" type="primary" @click="registerRowClick(row)">注册</el-link>

+ 1 - 1
src/views/certificate/modules/admin/see.vue

@@ -28,7 +28,7 @@
         </template>
         <hc-card>
             <hc-status v-if="tableData.length <= 0" text="暂无相关数据" />
-            <hc-table v-else :column="tableColumn" :datas="tableData" :is-index="false" is-new>
+            <hc-table v-else :column="tableColumn" :datas="tableData" :is-index="false" >
                 <template #signatureFileUrl="{ row }">
                     <el-image class="h-[30px] w-[70px]" :src="row.signatureFileUrl" :preview-src-list="[row.signatureFileUrl]" fit="cover" />
                 </template>

+ 3 - 3
src/views/project/modules/list/wbs-tree.vue

@@ -51,7 +51,7 @@
                     <template v-if="isFormSet">
                         <div class="body-top">
                             <hc-card title="节点信息">
-                                <hc-table is-new :is-index="false" :column="nodeTableColumn" :datas="nodeTableData">
+                                <hc-table  :is-index="false" :column="nodeTableColumn" :datas="nodeTableData">
                                     <template #nodeType="{ row }">{{ getDictionaryName(nodeTypelist, row.nodeType, true) }}</template>
                                 </hc-table>
                             </hc-card>
@@ -62,7 +62,7 @@
                                     <el-button hc-btn type="primary" :disabled="infoTableData.length <= 0">编辑</el-button>
                                     <el-button hc-btn type="success" :disabled="infoTableData.length <= 0">排序</el-button>
                                 </template>
-                                <hc-table v-loading="infoTableLoading" is-new :is-index="false" :column="infoTableColumn" :datas="infoTableData">
+                                <hc-table v-loading="infoTableLoading"  :is-index="false" :column="infoTableColumn" :datas="infoTableData">
                                     <template #tableType="{ row }">{{ getDictionaryName(tableTypelist, row.tableType, true) }}</template>
                                     <template #tableOwner="{ row }">{{ getDictionaryName(ownerTypeList, row.tableOwner, true) }}</template>
                                     <template #action="{ row }">
@@ -77,7 +77,7 @@
                     </template>
                     <template v-else>
                         <hc-card>
-                            <hc-table v-loading="infoTableLoading" is-new :is-index="false" :column="infoTableColumn1" :datas="infoTableData">
+                            <hc-table v-loading="infoTableLoading"  :is-index="false" :column="infoTableColumn1" :datas="infoTableData">
                                 <template #tableType="{ row }">{{ getDictionaryName(tableTypelist, row.tableType, true) }}</template>
                                 <template #isLinkTable="{ row }">{{ row.isLinkTable === 2 ? '是' : '否' }}</template>
                                 <template #tableOwner="{ row }">{{ getDictionaryName(ownerTypeList, row.tableOwner, true) }}</template>

+ 1 - 1
src/views/resource/attach.vue

@@ -24,7 +24,7 @@
         </template>
         <hc-table
             :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }"
+            :is-index="false"  is-check :check-style="{ width: 29 }"
             @selection-change="tableCheckChange"
         >
             <template #attachSize="{ row }">{{ getRowFilterSize(row) }}</template>

+ 1 - 1
src/views/resource/oss.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }"
+            :is-index="false"  is-check :check-style="{ width: 29 }"
             @selection-change="tableCheckChange"
         >
             <template #category="{ row }">{{ getCategoryName(row) }}</template>

+ 1 - 1
src/views/resource/sms.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }"
+            :is-index="false"  is-check :check-style="{ width: 29 }"
             @selection-change="tableCheckChange"
         >
             <template #category="{ row }">{{ getCategoryName(row) }}</template>

+ 2 - 2
src/views/system/app.vue

@@ -8,7 +8,7 @@
         <template #extra>
             <el-button hc-btn type="primary" @click="addClick">新增</el-button>
         </template>
-        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }">
+        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading"  :index-style="{ width: 60 }">
             <template #action="{ row }">
                 <el-link type="warning" @click="editRowClick(row)">修改</el-link>
                 <el-link type="primary" @click="updateRowClick(row)">升级</el-link>
@@ -52,7 +52,7 @@
                 <el-button hc-btn type="primary" @click="addUpdateClick">新增版本</el-button>
                 <div class="hc-update-dialog-title">{{ updateDialogTitle }}</div>
             </template>
-            <hc-table :column="tableUpdateColumn" :datas="tableUpdateData" :loading="tableUpdateLoading" is-new :index-style="{ width: 60 }">
+            <hc-table :column="tableUpdateColumn" :datas="tableUpdateData" :loading="tableUpdateLoading"  :index-style="{ width: 60 }">
                 <template #softwareType="{ row }">
                     {{ row.softwareType === 1 ? '安卓' : 'IOS' }}
                 </template>

+ 1 - 1
src/views/system/client.vue

@@ -11,7 +11,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #action="{ row }">

+ 1 - 1
src/views/system/dept.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }" lazy :load="tableLoad"
+            :is-index="false"  is-check :check-style="{ width: 29 }" lazy :load="tableLoad"
             @selection-change="tableCheckChange"
         >
             <template #tenantId="{ row }">{{ getTenantName(row) }}</template>

+ 1 - 1
src/views/system/dict.vue

@@ -17,7 +17,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #isSealed="{ row }">

+ 1 - 1
src/views/system/dictbiz.vue

@@ -17,7 +17,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #isSealed="{ row }">

+ 1 - 1
src/views/system/menu-top.vue

@@ -11,7 +11,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }"
+            :is-index="false"  is-check :check-style="{ width: 29 }"
             @selection-change="tableCheckChange"
         >
             <template #action="{ row }">

+ 1 - 1
src/views/system/menu.vue

@@ -16,7 +16,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            :is-index="false" is-new is-check :check-style="{ width: 29 }" lazy :load="tableLoad"
+            :is-index="false"  is-check :check-style="{ width: 29 }" lazy :load="tableLoad"
             @selection-change="tableCheckChange"
         >
             <template #sysId="{ row }">

+ 1 - 1
src/views/system/modules/dict/dict.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #isSealed="{ row }">

+ 1 - 1
src/views/system/modules/dictbiz/dictbiz.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #isSealed="{ row }">

+ 1 - 1
src/views/system/modules/tenant/package-data.vue

@@ -16,7 +16,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #action="{ row }">

+ 1 - 1
src/views/system/param.vue

@@ -11,7 +11,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #action="{ row }">

+ 1 - 1
src/views/system/post.vue

@@ -22,7 +22,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #tenantId="{ row }">

+ 1 - 1
src/views/system/tenant.vue

@@ -25,7 +25,7 @@
         </template>
         <hc-table
             ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
-            is-new is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
+             is-check :check-style="{ width: 29 }" :index-style="{ width: 60 }"
             @selection-change="tableCheckChange"
         >
             <template #accountNumber="{ row }">