1
PC-20250623MANY\Administrator
2025-08-21 25c1d10f03df05104e323494fefd5af1e94c98f7
src/views/account/components/dawr.vue
@@ -2,7 +2,12 @@
  <div class="dawr">
    <el-tabs v-model="activeName" @tab-click="handleClick">
      <el-tab-pane :label="$t('dep')" name="1">
        <el-table :data="tableData" style="width: 100%" empty-text="No Data">
        <el-table
          height="250"
          :data="tableData"
          style="width: 100%"
          empty-text="No Data"
        >
          <el-table-column prop="payAmt" :label="$t('je')">
            <template slot-scope="scope">
              <span class="sc_c">
@@ -33,7 +38,12 @@
        </el-table>
      </el-tab-pane>
      <el-tab-pane :label="$t('subdka')" name="2">
        <el-table :data="tableData" style="width: 100%">
        <el-table
          height="250"
          :data="tableData"
          style="width: 100%"
          empty-text="No Data"
        >
          <el-table-column prop="withAmt" :label="$t('je')"> </el-table-column>
          <el-table-column prop="withFee" :label="$t('hj44')">
          </el-table-column>