Ver Fonte

no message

linwenxin há 1 ano atrás
pai
commit
ddedd0ed86
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/template/operation_mixin.js

+ 1 - 1
src/components/template/operation_mixin.js

@@ -56,7 +56,7 @@ export default {
                   if (opt[key]?.prompt) {
                     return role && (opt[key]?.conditions ? opt[key]?.conditions({ row, index, column }) : true) ? (
                       <el-popconfirm
-                        title={opt[key]?.prompt}
+                        title={setBtnName(opt[key]?.prompt, { row, index, column })}
                         onConfirm={() => {
                           opt[key]?.click({ row, index, column })
                         }}