licp
2024-03-12 1980a84b1aeabf2fda317b1c8ffd0a3cc1ba2b26
src/views/warehouse/FinishedWarehousing/index.vue
@@ -4,9 +4,9 @@
      <ttable
        :table="table"
        :isShowHide="true"
        :ajaxFun="ajaxFun"
        :prelang="prelang"
        :options="options"
        :dataListLoading="false"
        ref="processconfiguration"
      >
        <template #toolbar></template>
@@ -24,6 +24,7 @@
    return {
      ajaxFun: productPage,
      prelang: 'operation',
      dataListLoading: false,
      options: {
        height: 300, // 默认高度-为了表头固定
        stripe: true, // 是否为斑马纹 table
@@ -206,4 +207,4 @@
    ttable
  },
}
</script>
</script>