ZengTao
2025-03-19 5c9a9bd19212e69323729b5263717dd52a4cb3b2
UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -595,7 +595,7 @@
        <el-table-column prop="percent" align="center" :label="$t('large.percent')" min-width="50" />
        <el-table-column align="center" :label="$t('large.operate')" min-width="50">
          <template #default="scope">
            <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;"
            <el-button type="text" style="margin-left: 10px;margin-bottom: 10px;"
              @click="flowCardDetail(scope.row.orderId)">{{ $t('large.mes') }}</el-button>
          </template>
        </el-table-column>