spring
4 小时以前 1b82ae6f3cecce29ce6a20896525a7fb57e1326b
src/views/qualityManagement/metricBinding/index.vue
@@ -8,6 +8,7 @@
        :tableData="standardTableData"
        :page="page"
        :isSelection="false"
        :rowClassName="rowClassNameCenter"
        :tableLoading="tableLoading"
        @pagination="handlePagination"
        :total="page.total"
@@ -158,6 +159,9 @@
const { proxy } = getCurrentInstance()
// 左侧标准列表:整行内容居中(配合样式)
const rowClassNameCenter = () => 'row-center'
const data = reactive({
  searchForm: {
    standardNo: '',